#dbdf0e
a balanced, electric yellow · cool · closest name: yellow
RGB
219, 223, 14
HSL
61°, 88%, 47%
CMYK
2, 0, 94, 13
Luminance
0.6787
Every format
| HEX | #dbdf0e |
| RGB | rgb(219, 223, 14) |
| HSL | hsl(61, 88%, 47%) |
| CMYK | cmyk(2%, 0%, 94%, 13%) |
| LAB | lab(85.9 -21.0 83.8) |
| LCH | lch(85.9 86.4 104.1) |
| OKLCH | oklch(0.872 0.190 111.1) |
Copy-ready code
/* CSS */
color: #dbdf0e;
background-color: #dbdf0e;
/* Tailwind (arbitrary) */
class="text-[#dbdf0e] bg-[#dbdf0e]"
/* SCSS */
$brand: #dbdf0e;
/* SwiftUI */
Color(red: 0.859, green: 0.875, blue: 0.055)
/* Android */
Color.parseColor("#dbdf0e")Accessibility — WCAG contrast
Aa
#dbdf0e on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbdf0e on black: 14.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green87.5%
Blue5.5%
CMYK percentages
Cyan1.8%
Magenta0.0%
Yellow93.7%
Key (black)12.5%
Color previews
#dbdf0e text on a black background
contrast 14.57:1
Card sample
#dbdf0e text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbdf0e;
Background color
Panel with #dbdf0e background
background-color: #dbdf0e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbdf0e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 223, 14, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 223, 14, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbdf0e; background: linear-gradient(135deg, #dbdf0e, #50DF0E);