#cddf66
a balanced, vivid yellow · cool · closest name: khaki
RGB
205, 223, 102
HSL
69°, 65%, 64%
CMYK
8, 0, 54, 13
Luminance
0.6671
Every format
| HEX | #cddf66 |
| RGB | rgb(205, 223, 102) |
| HSL | hsl(69, 65%, 64%) |
| CMYK | cmyk(8%, 0%, 54%, 13%) |
| LAB | lab(85.4 -22.9 56.3) |
| LCH | lch(85.4 60.8 112.1) |
| OKLCH | oklch(0.866 0.147 116.6) |
Copy-ready code
/* CSS */
color: #cddf66;
background-color: #cddf66;
/* Tailwind (arbitrary) */
class="text-[#cddf66] bg-[#cddf66]"
/* SCSS */
$brand: #cddf66;
/* SwiftUI */
Color(red: 0.804, green: 0.875, blue: 0.400)
/* Android */
Color.parseColor("#cddf66")Accessibility — WCAG contrast
Aa
#cddf66 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddf66 on black: 14.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green87.5%
Blue40.0%
CMYK percentages
Cyan8.1%
Magenta0.0%
Yellow54.3%
Key (black)12.5%
Color previews
#cddf66 text on a black background
contrast 14.34:1
Card sample
#cddf66 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddf66;
Background color
Panel with #cddf66 background
background-color: #cddf66;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddf66;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 223, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 223, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddf66; background: linear-gradient(135deg, #cddf66, #7CDF66);