#d4eb5b
a balanced, electric yellow · cool · closest name: khaki
RGB
212, 235, 91
HSL
70°, 78%, 64%
CMYK
10, 0, 61, 8
Luminance
0.7417
Every format
| HEX | #d4eb5b |
| RGB | rgb(212, 235, 91) |
| HSL | hsl(70, 78%, 64%) |
| CMYK | cmyk(10%, 0%, 61%, 8%) |
| LAB | lab(89.0 -26.7 65.3) |
| LCH | lch(89.0 70.5 112.2) |
| OKLCH | oklch(0.896 0.169 117.6) |
Copy-ready code
/* CSS */
color: #d4eb5b;
background-color: #d4eb5b;
/* Tailwind (arbitrary) */
class="text-[#d4eb5b] bg-[#d4eb5b]"
/* SCSS */
$brand: #d4eb5b;
/* SwiftUI */
Color(red: 0.831, green: 0.922, blue: 0.357)
/* Android */
Color.parseColor("#d4eb5b")Accessibility — WCAG contrast
Aa
#d4eb5b on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d4eb5b on black: 15.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green92.2%
Blue35.7%
CMYK percentages
Cyan9.8%
Magenta0.0%
Yellow61.3%
Key (black)7.8%
Color previews
#d4eb5b text on a black background
contrast 15.83:1
Card sample
#d4eb5b text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d4eb5b;
Background color
Panel with #d4eb5b background
background-color: #d4eb5b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d4eb5b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 235, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 235, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d4eb5b; background: linear-gradient(135deg, #d4eb5b, #74EB5B);