#d1eb6f
a light, electric green · cool · closest name: khaki
RGB
209, 235, 111
HSL
73°, 76%, 68%
CMYK
11, 0, 53, 8
Luminance
0.7412
Every format
| HEX | #d1eb6f |
| RGB | rgb(209, 235, 111) |
| HSL | hsl(73, 76%, 68%) |
| CMYK | cmyk(11%, 0%, 53%, 8%) |
| LAB | lab(89.0 -26.3 56.5) |
| LCH | lch(89.0 62.4 114.9) |
| OKLCH | oklch(0.896 0.153 119.4) |
Copy-ready code
/* CSS */
color: #d1eb6f;
background-color: #d1eb6f;
/* Tailwind (arbitrary) */
class="text-[#d1eb6f] bg-[#d1eb6f]"
/* SCSS */
$brand: #d1eb6f;
/* SwiftUI */
Color(red: 0.820, green: 0.922, blue: 0.435)
/* Android */
Color.parseColor("#d1eb6f")Accessibility — WCAG contrast
Aa
#d1eb6f on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d1eb6f on black: 15.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.0%
Green92.2%
Blue43.5%
CMYK percentages
Cyan11.1%
Magenta0.0%
Yellow52.8%
Key (black)7.8%
Color previews
#d1eb6f text on a black background
contrast 15.82:1
Card sample
#d1eb6f text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d1eb6f;
Background color
Panel with #d1eb6f background
background-color: #d1eb6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d1eb6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(209, 235, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(209, 235, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d1eb6f; background: linear-gradient(135deg, #d1eb6f, #7EEB6F);