#dbf372
a light, electric green · cool · closest name: khaki
RGB
219, 243, 114
HSL
71°, 84%, 70%
CMYK
10, 0, 53, 5
Luminance
0.8038
Every format
| HEX | #dbf372 |
| RGB | rgb(219, 243, 114) |
| HSL | hsl(71, 84%, 70%) |
| CMYK | cmyk(10%, 0%, 53%, 5%) |
| LAB | lab(91.8 -25.9 58.7) |
| LCH | lch(91.8 64.2 113.8) |
| OKLCH | oklch(0.921 0.157 118.4) |
Copy-ready code
/* CSS */
color: #dbf372;
background-color: #dbf372;
/* Tailwind (arbitrary) */
class="text-[#dbf372] bg-[#dbf372]"
/* SCSS */
$brand: #dbf372;
/* SwiftUI */
Color(red: 0.859, green: 0.953, blue: 0.447)
/* Android */
Color.parseColor("#dbf372")Accessibility — WCAG contrast
Aa
#dbf372 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf372 on black: 17.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green95.3%
Blue44.7%
CMYK percentages
Cyan9.9%
Magenta0.0%
Yellow53.1%
Key (black)4.7%
Color previews
#dbf372 text on a black background
contrast 17.08:1
Card sample
#dbf372 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf372;
Background color
Panel with #dbf372 background
background-color: #dbf372;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf372;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 243, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 243, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf372; background: linear-gradient(135deg, #dbf372, #85F372);