#dbf136
a balanced, electric yellow · cool · closest name: yellow
RGB
219, 241, 54
HSL
67°, 87%, 58%
CMYK
9, 0, 78, 6
Luminance
0.7824
Every format
| HEX | #dbf136 |
| RGB | rgb(219, 241, 54) |
| HSL | hsl(67, 87%, 58%) |
| CMYK | cmyk(9%, 0%, 78%, 6%) |
| LAB | lab(90.9 -28.6 80.2) |
| LCH | lch(90.9 85.1 109.7) |
| OKLCH | oklch(0.912 0.196 116.5) |
Copy-ready code
/* CSS */
color: #dbf136;
background-color: #dbf136;
/* Tailwind (arbitrary) */
class="text-[#dbf136] bg-[#dbf136]"
/* SCSS */
$brand: #dbf136;
/* SwiftUI */
Color(red: 0.859, green: 0.945, blue: 0.212)
/* Android */
Color.parseColor("#dbf136")Accessibility — WCAG contrast
Aa
#dbf136 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf136 on black: 16.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green94.5%
Blue21.2%
CMYK percentages
Cyan9.1%
Magenta0.0%
Yellow77.6%
Key (black)5.5%
Color previews
#dbf136 text on a black background
contrast 16.65:1
Card sample
#dbf136 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf136;
Background color
Panel with #dbf136 background
background-color: #dbf136;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf136;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 241, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 241, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf136; background: linear-gradient(135deg, #dbf136, #5EF136);