#d8df2e
a balanced, vivid yellow · cool · closest name: yellow
RGB
216, 223, 46
HSL
62°, 73%, 53%
CMYK
3, 0, 79, 13
Luminance
0.6757
Every format
| HEX | #d8df2e |
| RGB | rgb(216, 223, 46) |
| HSL | hsl(62, 73%, 53%) |
| CMYK | cmyk(3%, 0%, 79%, 13%) |
| LAB | lab(85.8 -21.6 77.7) |
| LCH | lch(85.8 80.7 105.5) |
| OKLCH | oklch(0.870 0.182 112.0) |
Copy-ready code
/* CSS */
color: #d8df2e;
background-color: #d8df2e;
/* Tailwind (arbitrary) */
class="text-[#d8df2e] bg-[#d8df2e]"
/* SCSS */
$brand: #d8df2e;
/* SwiftUI */
Color(red: 0.847, green: 0.875, blue: 0.180)
/* Android */
Color.parseColor("#d8df2e")Accessibility — WCAG contrast
Aa
#d8df2e on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d8df2e on black: 14.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green87.5%
Blue18.0%
CMYK percentages
Cyan3.1%
Magenta0.0%
Yellow79.4%
Key (black)12.5%
Color previews
#d8df2e text on a black background
contrast 14.51:1
Card sample
#d8df2e text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d8df2e;
Background color
Panel with #d8df2e background
background-color: #d8df2e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d8df2e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 223, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 223, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d8df2e; background: linear-gradient(135deg, #d8df2e, #62DF2E);