#d0df4e
a balanced, vivid yellow · cool · closest name: khaki
RGB
208, 223, 78
HSL
66°, 69%, 59%
CMYK
7, 0, 65, 13
Luminance
0.6674
Every format
| HEX | #d0df4e |
| RGB | rgb(208, 223, 78) |
| HSL | hsl(66, 69%, 59%) |
| CMYK | cmyk(7%, 0%, 65%, 13%) |
| LAB | lab(85.4 -23.4 66.5) |
| LCH | lch(85.4 70.5 109.4) |
| OKLCH | oklch(0.866 0.166 115.0) |
Copy-ready code
/* CSS */
color: #d0df4e;
background-color: #d0df4e;
/* Tailwind (arbitrary) */
class="text-[#d0df4e] bg-[#d0df4e]"
/* SCSS */
$brand: #d0df4e;
/* SwiftUI */
Color(red: 0.816, green: 0.875, blue: 0.306)
/* Android */
Color.parseColor("#d0df4e")Accessibility — WCAG contrast
Aa
#d0df4e on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d0df4e on black: 14.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green87.5%
Blue30.6%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow65.0%
Key (black)12.5%
Color previews
#d0df4e text on a black background
contrast 14.35:1
Card sample
#d0df4e text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d0df4e;
Background color
Panel with #d0df4e background
background-color: #d0df4e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d0df4e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 223, 78, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 223, 78, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0df4e; background: linear-gradient(135deg, #d0df4e, #6FDF4E);