#d2ec5f
a balanced, electric green · cool · closest name: khaki
RGB
210, 236, 95
HSL
71°, 79%, 65%
CMYK
11, 0, 60, 8
Luminance
0.7452
Every format
| HEX | #d2ec5f |
| RGB | rgb(210, 236, 95) |
| HSL | hsl(71, 79%, 65%) |
| CMYK | cmyk(11%, 0%, 60%, 8%) |
| LAB | lab(89.2 -27.6 63.8) |
| LCH | lch(89.2 69.5 113.4) |
| OKLCH | oklch(0.897 0.167 118.7) |
Copy-ready code
/* CSS */
color: #d2ec5f;
background-color: #d2ec5f;
/* Tailwind (arbitrary) */
class="text-[#d2ec5f] bg-[#d2ec5f]"
/* SCSS */
$brand: #d2ec5f;
/* SwiftUI */
Color(red: 0.824, green: 0.925, blue: 0.373)
/* Android */
Color.parseColor("#d2ec5f")Accessibility — WCAG contrast
Aa
#d2ec5f on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2ec5f on black: 15.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green92.5%
Blue37.3%
CMYK percentages
Cyan11.0%
Magenta0.0%
Yellow59.7%
Key (black)7.5%
Color previews
#d2ec5f text on a black background
contrast 15.90:1
Card sample
#d2ec5f text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2ec5f;
Background color
Panel with #d2ec5f background
background-color: #d2ec5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2ec5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 236, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 236, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2ec5f; background: linear-gradient(135deg, #d2ec5f, #74EC5F);