#dbf25f
a light, electric yellow · cool · closest name: khaki
RGB
219, 242, 95
HSL
69°, 85%, 66%
CMYK
10, 0, 61, 5
Luminance
0.7939
Every format
| HEX | #dbf25f |
| RGB | rgb(219, 242, 95) |
| HSL | hsl(69, 85%, 66%) |
| CMYK | cmyk(10%, 0%, 61%, 5%) |
| LAB | lab(91.4 -26.9 66.4) |
| LCH | lch(91.4 71.6 112.1) |
| OKLCH | oklch(0.917 0.171 117.4) |
Copy-ready code
/* CSS */
color: #dbf25f;
background-color: #dbf25f;
/* Tailwind (arbitrary) */
class="text-[#dbf25f] bg-[#dbf25f]"
/* SCSS */
$brand: #dbf25f;
/* SwiftUI */
Color(red: 0.859, green: 0.949, blue: 0.373)
/* Android */
Color.parseColor("#dbf25f")Accessibility — WCAG contrast
Aa
#dbf25f on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf25f on black: 16.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green94.9%
Blue37.3%
CMYK percentages
Cyan9.5%
Magenta0.0%
Yellow60.7%
Key (black)5.1%
Color previews
#dbf25f text on a black background
contrast 16.88:1
Card sample
#dbf25f text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf25f;
Background color
Panel with #dbf25f background
background-color: #dbf25f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf25f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 242, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 242, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf25f; background: linear-gradient(135deg, #dbf25f, #79F25F);