#dbf072
a light, electric green · cool · closest name: khaki
RGB
219, 240, 114
HSL
70°, 81%, 69%
CMYK
9, 0, 53, 6
Luminance
0.7860
Every format
| HEX | #dbf072 |
| RGB | rgb(219, 240, 114) |
| HSL | hsl(70, 81%, 69%) |
| CMYK | cmyk(9%, 0%, 53%, 6%) |
| LAB | lab(91.0 -24.5 57.8) |
| LCH | lch(91.0 62.8 113.0) |
| OKLCH | oklch(0.914 0.153 117.4) |
Copy-ready code
/* CSS */
color: #dbf072;
background-color: #dbf072;
/* Tailwind (arbitrary) */
class="text-[#dbf072] bg-[#dbf072]"
/* SCSS */
$brand: #dbf072;
/* SwiftUI */
Color(red: 0.859, green: 0.941, blue: 0.447)
/* Android */
Color.parseColor("#dbf072")Accessibility — WCAG contrast
Aa
#dbf072 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf072 on black: 16.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green94.1%
Blue44.7%
CMYK percentages
Cyan8.8%
Magenta0.0%
Yellow52.5%
Key (black)5.9%
Color previews
#dbf072 text on a black background
contrast 16.72:1
Card sample
#dbf072 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf072;
Background color
Panel with #dbf072 background
background-color: #dbf072;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf072;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 240, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 240, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf072; background: linear-gradient(135deg, #dbf072, #87F072);