#d4df2e
a balanced, vivid yellow · cool · closest name: yellow
RGB
212, 223, 46
HSL
64°, 73%, 53%
CMYK
5, 0, 79, 13
Luminance
0.6697
Every format
| HEX | #d4df2e |
| RGB | rgb(212, 223, 46) |
| HSL | hsl(64, 73%, 53%) |
| CMYK | cmyk(5%, 0%, 79%, 13%) |
| LAB | lab(85.5 -23.3 77.3) |
| LCH | lch(85.5 80.8 106.7) |
| OKLCH | oklch(0.867 0.183 113.4) |
Copy-ready code
/* CSS */
color: #d4df2e;
background-color: #d4df2e;
/* Tailwind (arbitrary) */
class="text-[#d4df2e] bg-[#d4df2e]"
/* SCSS */
$brand: #d4df2e;
/* SwiftUI */
Color(red: 0.831, green: 0.875, blue: 0.180)
/* Android */
Color.parseColor("#d4df2e")Accessibility — WCAG contrast
Aa
#d4df2e on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d4df2e on black: 14.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green87.5%
Blue18.0%
CMYK percentages
Cyan4.9%
Magenta0.0%
Yellow79.4%
Key (black)12.5%
Color previews
#d4df2e text on a black background
contrast 14.39:1
Card sample
#d4df2e text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d4df2e;
Background color
Panel with #d4df2e background
background-color: #d4df2e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d4df2e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 223, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 223, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d4df2e; background: linear-gradient(135deg, #d4df2e, #5EDF2E);