#dbf239
a balanced, electric yellow · cool · closest name: yellow
RGB
219, 242, 57
HSL
68°, 88%, 59%
CMYK
10, 0, 76, 5
Luminance
0.7886
Every format
| HEX | #dbf239 |
| RGB | rgb(219, 242, 57) |
| HSL | hsl(68, 88%, 59%) |
| CMYK | cmyk(10%, 0%, 76%, 5%) |
| LAB | lab(91.2 -29.0 79.6) |
| LCH | lch(91.2 84.7 110.0) |
| OKLCH | oklch(0.914 0.195 116.8) |
Copy-ready code
/* CSS */
color: #dbf239;
background-color: #dbf239;
/* Tailwind (arbitrary) */
class="text-[#dbf239] bg-[#dbf239]"
/* SCSS */
$brand: #dbf239;
/* SwiftUI */
Color(red: 0.859, green: 0.949, blue: 0.224)
/* Android */
Color.parseColor("#dbf239")Accessibility — WCAG contrast
Aa
#dbf239 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf239 on black: 16.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green94.9%
Blue22.4%
CMYK percentages
Cyan9.5%
Magenta0.0%
Yellow76.4%
Key (black)5.1%
Color previews
#dbf239 text on a black background
contrast 16.77:1
Card sample
#dbf239 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf239;
Background color
Panel with #dbf239 background
background-color: #dbf239;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf239;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 242, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 242, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf239; background: linear-gradient(135deg, #dbf239, #5FF239);