#d8eb6f
a light, electric yellow · cool · closest name: khaki
RGB
216, 235, 111
HSL
69°, 76%, 68%
CMYK
8, 0, 53, 8
Luminance
0.7516
Every format
| HEX | #d8eb6f |
| RGB | rgb(216, 235, 111) |
| HSL | hsl(69, 76%, 68%) |
| CMYK | cmyk(8%, 0%, 53%, 8%) |
| LAB | lab(89.5 -23.6 57.2) |
| LCH | lch(89.5 61.9 112.4) |
| OKLCH | oklch(0.901 0.150 116.8) |
Copy-ready code
/* CSS */
color: #d8eb6f;
background-color: #d8eb6f;
/* Tailwind (arbitrary) */
class="text-[#d8eb6f] bg-[#d8eb6f]"
/* SCSS */
$brand: #d8eb6f;
/* SwiftUI */
Color(red: 0.847, green: 0.922, blue: 0.435)
/* Android */
Color.parseColor("#d8eb6f")Accessibility — WCAG contrast
Aa
#d8eb6f on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d8eb6f on black: 16.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green92.2%
Blue43.5%
CMYK percentages
Cyan8.1%
Magenta0.0%
Yellow52.8%
Key (black)7.8%
Color previews
#d8eb6f text on a black background
contrast 16.03:1
Card sample
#d8eb6f text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d8eb6f;
Background color
Panel with #d8eb6f background
background-color: #d8eb6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d8eb6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 235, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 235, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d8eb6f; background: linear-gradient(135deg, #d8eb6f, #85EB6F);