Explore the base color
Review HEX, RGB, HSL, and HSV for yellow, then browse shades, tints, tones, and hues.
Yellow color codes for #FFFF00 — HEX, RGB, HSL, HSV, shades, named yellows, and copy-ready CSS.
Loading tool…
Follow these steps for a clear answer.
Review HEX, RGB, HSL, and HSV for yellow, then browse shades, tints, tones, and hues.
Click a generated strip or a CSS named yellow shade to load codes and harmonies.
Copy HEX, rgb(), hsl(), or the keyword—and check contrast on white and black.
Core relationships used by this color tool.
Common picks with formula and result.
CSS keyword
Family neighbor
Background use
Harmony hint
Version 1.0.0
Shades/tints/tones adjust HSL L or S from base H; harmonies offset H on the hue circleYellow draws the eye for warnings and highlights. Prefer gold or darker yellows for text and chrome.
For full keyword search across all hues, use HTML color codes. For palette generation, try the color scheme generator or color wheel.
:root {
--yellow: #ffff00;
--yellow-soft: #fffacd;
--yellow-ink: #b8860b;
}
.banner {
background-color: var(--yellow);
color: #ffffff;
}
| Name | HEX | RGB | Feel |
|---|---|---|---|
| yellow | #FFFF00 | 255, 255, 0 | Base keyword |
| gold | #FFD700 | 255, 215, 0 | Named shade |
| khaki | #F0E68C | 240, 230, 140 | Named shade |
| lemonchiffon | #FFFACD | 255, 250, 205 | Light tint |
| lightyellow | #FFFFE0 | 255, 255, 224 | Light tint |
| orange | #FFA500 | 255, 165, 0 | Named shade |
| olive | #808000 | 128, 128, 0 | Named shade |
| darkkhaki | #BDB76B | 189, 183, 107 | Dark shade |
| lightgoldenrodyellow | #FAFAD2 | 250, 250, 210 | Light tint |
| moccasin | #FFE4B5 | 255, 228, 181 | Named shade |
| palegoldenrod | #EEE8AA | 238, 232, 170 | Light tint |
| papayawhip | #FFEFD5 | 255, 239, 213 | Named shade |
Key distinctions behind the tool.
The CSS named color yellow is #FFFF00, equal to rgb(255, 255, 0) and hsl(60°, 100%, 50%).
Yellow is pure full-intensity. Gold is deeper and more metallic for premium accents.
Charcoal, navy, and black make yellow readable. Soft blues calm it. Always check text contrast.
Pure yellow on white fails contrast—use dark text on yellow, or darker yellows like #CCCC00 on white.
Use color: yellow;, color: #FFFF00;, or color: rgb(255, 255, 0); on any property that accepts a <color> value, including background-color and border-color.