#dbe74b
a balanced, electric yellow · cool · closest name: yellow
RGB
219, 231, 75
HSL
65°, 77%, 60%
CMYK
5, 0, 68, 9
Luminance
0.7272
Every format
| HEX | #dbe74b |
| RGB | rgb(219, 231, 75) |
| HSL | hsl(65, 77%, 60%) |
| CMYK | cmyk(5%, 0%, 68%, 9%) |
| LAB | lab(88.3 -23.0 71.0) |
| LCH | lch(88.3 74.6 107.9) |
| OKLCH | oklch(0.891 0.173 113.7) |
Copy-ready code
/* CSS */
color: #dbe74b;
background-color: #dbe74b;
/* Tailwind (arbitrary) */
class="text-[#dbe74b] bg-[#dbe74b]"
/* SCSS */
$brand: #dbe74b;
/* SwiftUI */
Color(red: 0.859, green: 0.906, blue: 0.294)
/* Android */
Color.parseColor("#dbe74b")Accessibility — WCAG contrast
Aa
#dbe74b on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbe74b on black: 15.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green90.6%
Blue29.4%
CMYK percentages
Cyan5.2%
Magenta0.0%
Yellow67.5%
Key (black)9.4%
Color previews
#dbe74b text on a black background
contrast 15.54:1
Card sample
#dbe74b text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbe74b;
Background color
Panel with #dbe74b background
background-color: #dbe74b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbe74b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 231, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 231, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbe74b; background: linear-gradient(135deg, #dbe74b, #73E74B);