#dbf430
a balanced, electric yellow · cool · closest name: yellow
RGB
219, 244, 48
HSL
68°, 90%, 57%
CMYK
10, 0, 80, 4
Luminance
0.7997
Every format
| HEX | #dbf430 |
| RGB | rgb(219, 244, 48) |
| HSL | hsl(68, 90%, 57%) |
| CMYK | cmyk(10%, 0%, 80%, 4%) |
| LAB | lab(91.7 -30.3 82.4) |
| LCH | lch(91.7 87.8 110.1) |
| OKLCH | oklch(0.918 0.201 117.2) |
Copy-ready code
/* CSS */
color: #dbf430;
background-color: #dbf430;
/* Tailwind (arbitrary) */
class="text-[#dbf430] bg-[#dbf430]"
/* SCSS */
$brand: #dbf430;
/* SwiftUI */
Color(red: 0.859, green: 0.957, blue: 0.188)
/* Android */
Color.parseColor("#dbf430")Accessibility — WCAG contrast
Aa
#dbf430 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf430 on black: 16.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green95.7%
Blue18.8%
CMYK percentages
Cyan10.2%
Magenta0.0%
Yellow80.3%
Key (black)4.3%
Color previews
#dbf430 text on a black background
contrast 16.99:1
Card sample
#dbf430 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf430;
Background color
Panel with #dbf430 background
background-color: #dbf430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 244, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 244, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf430; background: linear-gradient(135deg, #dbf430, #58F430);