Tints & Shades
50
100
200
300
400
500
600
700
800
900
Scale from white (50) through Jonquil (500) to black (900), interpolated in Lab color space.
Color Values
- HEX
- #F4CA16
- RGB
- rgb(244, 202, 22)
- HSL
- hsl(49, 91%, 52%)
- OKLCH
- oklch(0.851 0.171 93)
- CMYK
- cmyk(0%, 17%, 91%, 4%)
--color-jonquilbg-[#F4CA16]Accessibility
Score: 48/100On White (#FFF)
1.58:1
On Black (#000)
13.31:1
On Light Gray (#F5F5F5)
1.45:1
Best text color on this background:
Design Applications
background-color: #F4CA16
color: #F4CA16
bg-[#F4CA16] text-[#000000]
border-left: 4px solid #F4CA16
Color Harmonies
Complementary
Persian Blue
#1C39BB
Split-Complementary
Similar Colors
Color Meaning & Psychology
Yellow is the most luminous color in the visible spectrum — the color our eyes detect first and at the greatest distance. It stimulates mental activity, promotes optimism, and conveys clarity. However, yellow is also the most fatiguing for the human eye at extended exposure, and pure yellow text on white fails all accessibility standards. In design, yellow works best as an accent or background for dark text. Golden yellows signal warmth and achievement; cool lemons feel fresh and modern. Yellow is the universal color of caution — from traffic lights to hazard tape. At medium lightness, it is the most versatile tone of this hue family — readable as text on light backgrounds, yet vibrant enough as a visual accent.
Industry Usage
Common contexts and industries where Jonquil is applied in professional design.
- Taxi and transportation services
- Construction and heavy machinery
- Children's education products and toys
- Fast food and energy-focused brands
- Caution and safety signage
- Summer and outdoor lifestyle brands
- Optimistic lifestyle and wellness brands
- Creative agencies emphasizing ideas
Accessibility Considerations
Normal Text
Fails AA
4.5:1 minimum required
Large Text
Fails AA Large
3:1 minimum required
UI Components
Check contrast
3:1 for non-text UI
Jonquil is a light color. Use black (#000000) text on top of it for maximum readability (13.31:1). Avoid white text on this background.
CSS & Code Examples
Background
background-color: #F4CA16;Text
color: #F4CA16;Border
border: 2px solid #F4CA16;Box Shadow
box-shadow: 0 4px 20px #F4CA1640;Gradient
background: linear-gradient(135deg, #F4CA16, #fffd57);Tailwind-style
--color-jonquil: #F4CA16;Tailwind CSS Utilities
Use arbitrary value syntax in Tailwind CSS to apply Jonquil without a custom config.
Background
bg-[#F4CA16]Text
text-[#F4CA16]Border
border-[#F4CA16]Ring
ring-[#F4CA16]Fill
fill-[#F4CA16]From (gradient)
from-[#F4CA16]Via (gradient)
via-[#F4CA16]To (gradient)
to-[#F4CA16]Design Tokens
Ready-to-use Jonquil design token in CSS custom properties, SCSS, Tailwind v3/v4, and JSON formats.
CSS Custom Properties
:root {
--color-jonquil: #F4CA16;
--color-jonquil-rgb: 244, 202, 22;
--color-jonquil-hsl: 49, 91%, 52%;
}SCSS Variables
$color-jonquil: #F4CA16; $color-jonquil-rgb: 244, 202, 22; $color-jonquil-hsl: 49, 91%, 52%;
Tailwind v3 Config
// tailwind.config.js
module.exports = {
theme: {
extend: {
colors: {
'jonquil': '#F4CA16',
},
},
},
};Tailwind v4 (@theme)
/* tailwind.css */
@theme {
--color-jonquil: #F4CA16;
}JSON Design Token (W3C format)
{
"jonquil": {
"value": "#F4CA16",
"type": "color",
"description": "Jonquil — #F4CA16"
}
}More yellow colors
View all →What Does Jonquil Mean? Color Psychology & Cultural Symbolism
Yellow sits at the apex of human visual sensitivity—the wavelength the eye is most efficient at detecting in daylight. Jonquil (#F4CA16) occupies this zone with a medium quality that reads as intellect: a color perceived as much as experienced.
- Yellow occupies a paradoxical space in Western symbolism—simultaneously the color of happiness, optimism, and cowardice. In commercial contexts it signals caution (traffic lights, hazard tape) and sale promotions. In consumer branding it communicates cheerfulness and energy.
- In Chinese and many other East Asian cultures, yellow (and especially gold-yellow) historically signified royalty, prosperity, and imperial authority. In Buddhist traditions it represents wisdom and harmony.
- Jonquil's medium lightness (52%) shifts its psychological register: a balanced mid-tone that embodies optimism, clarity, intellect, and caution at its most direct.
- At 91% saturation, Jonquil reads as vivid—Pure vivid yellow is the highest-chroma color the human eye perceives—it cannot be ignored and is physiologically stimulating, even more so than red in some attention research.
Use Jonquil as a declaration of optimism. In a palette that leads with it, everything else feels deliberate and alive.
How to Use Jonquil in Design: Applications, Pairings & Best Practices
Designers who use Jonquil effectively treat it like a spotlight: small, directed applications that create energy and focus without overwhelming the visual system.
- UI components: warning states, highlights, feature callouts—Jonquil performs reliably in all these roles with its medium tonal character.
- Brand & identity: highlights, callout banners, brand accents—contexts where Jonquil's vivid quality creates the right register.
- Typography: Jonquil as text requires a dark background; its 52% lightness means it provides 1.6:1 contrast on white, not meeting WCAG AA.
- Jonquil creates strong legibility with black text overlays (13.3:1 contrast ratio), making it a reliable background or surface color in design systems
- Proportional use: Jonquil's vivid saturation (91%) means small applications—accents, highlights, icons—deliver maximum impact without visual fatigue. Reserve large-scale use for intentional brand moments.
Use Jonquil as a declaration of optimism. In a palette that leads with it, everything else feels deliberate and alive.
Jonquil Accessibility: WCAG Contrast Ratios, Color Blindness & Inclusive Design
Jonquil (#F4CA16) achieves a 13.31:1 contrast ratio with black text, surpassing the WCAG 2.1 AAA threshold of 7:1. This exceptional contrast qualifies it for body text, UI components at any size, and all accessibility-sensitive interface contexts. Relative luminance: 61.5%.
- As text on white (#FFFFFF): 1.58:1 — Fail
- As text on black (#000000): 13.31:1 — AAA ✓
- Best text color on Jonquil background: Black (#000000) at 13.31:1
- WCAG 2.1 luminance: 61.5% — above-median luminance—it reads as a light to mid-tone background, compatible with dark text while retaining color personality
- Jonquil qualifies for all text sizes including small body copy (AAA).
- Color blindness consideration: tritanopia (blue-yellow color blindness, ~0.003% of population) may affect how this color reads. While rare, for maximum accessibility supplement color signals with text or icon indicators in critical states.
For production use, test Jonquil against your specific background colors rather than assuming #FFFFFF or #000000 performance translates. Surrounding colors alter perceived contrast.
Jonquil in Industry: Branding, Design & Market Applications
Jonquil's brand positioning falls squarely in the territory of optimism, clarity, intellect, and caution. Industry data supports its strongest performance in education, food, safety & construction categories, where the vivid saturation calibrates the message at a medium, considered level.
- Food & Beverage: Yellow stimulates appetite and communicates freshness, especially for bakery, dairy, and snack categories. Its association with sunlight and ripe crops makes it an instinctive choice for natural and wholesome food brands. (examples: Chipotle, Sweetgreen, Blue Bottle Coffee) Extremely effective for children's food products; less effective for premium dining where it reads as casual.
- Education & Children's Products: Yellow is cognitively stimulating and signals playfulness, making it a dominant choice in educational materials, children's toys, and learning apps. It creates an environment of curiosity and creative energy. (examples: Duolingo, Coursera, Khan Academy) Combine with blue for a classic educational palette that suggests both warmth and reliability.
- Safety & Construction: Yellow is the universal signal for visibility and caution. High-visibility vests, construction equipment, and warning signage use yellow because it provides maximum contrast in low-light conditions and stands out in natural environments. This safety connotation can be leveraged in UX for warning states and "proceed with awareness" signals.
- Brand positioning: Jonquil is best suited for brands projecting optimism, creativity, clarity. Categories outside this positioning—body text on white (extremely poor contrast)—tend to see weaker results.
- Adjacent applications: Beyond primary industries, Jonquil works effectively in highlights, callout banners, brand accents—contexts where energy serves a secondary but reinforcing role.
For marketers and brand strategists, Jonquil is a commitment to optimism, clarity, intellect, and caution. Match it with industries that make that promise and it will pay dividends consistently.
Accessibility & Design Guides
Frequently Asked Questions
- What is the hex code for Jonquil? ▾
- The hex code for Jonquil is #F4CA16. Its RGB values are rgb(244, 202, 22) and its HSL values are hsl(49, 91%, 52%).
- What does Jonquil mean in design? ▾
- Yellow is the most luminous color in the visible spectrum — the color our eyes detect first and at the greatest distance. It stimulates mental activity, promotes optimism, and conveys clarity. However, yellow is also the most fatiguing for the human eye at extended exposure, and pure yellow text on white fails all accessibility standards. In design, yellow works best as an accent or background for dark text. Golden yellows signal warmth and achievement; cool lemons feel fresh and modern. Yellow is the universal color of caution — from traffic lights to hazard tape. At medium lightness, it is the most versatile tone of this hue family — readable as text on light backgrounds, yet vibrant enough as a visual accent.
- Is Jonquil WCAG accessible? ▾
- Jonquil (#F4CA16) does not pass WCAG AA on white (1.58:1 ratio). Use it on dark backgrounds where it achieves 13.31:1. Its overall accessibility score is 48/100.
- What colors go well with Jonquil? ▾
- Jonquil pairs well with its complementary color Persian Blue (#1C39BB). Analogous colors like Dark Brown and Burlywood also work harmoniously. Check the Color Harmonies section above for the full palette.
- What is Jonquil used for? ▾
- Jonquil is commonly used for: Taxi and transportation services; Construction and heavy machinery; Children's education products and toys; Fast food and energy-focused brands; Caution and safety signage.
- What are the CSS and Tailwind values for Jonquil? ▾
- In CSS, use `color: #F4CA16` or `background-color: #F4CA16`. The CSS custom property is `--color-jonquil: #F4CA16`. In Tailwind CSS, use the arbitrary value class `bg-[#F4CA16]` for backgrounds or `text-[#F4CA16]` for text.