#ffdb0a
a balanced, electric yellow · cool · “gold”
RGB
255, 219, 10
HSL
51°, 100%, 52%
CMYK
0, 14, 96, 0
Luminance
0.7194
Every format
| HEX | #ffdb0a |
| RGB | rgb(255, 219, 10) |
| HSL | hsl(51, 100%, 52%) |
| CMYK | cmyk(0%, 14%, 96%, 0%) |
| LAB | lab(87.9 -3.9 87.0) |
| LCH | lch(87.9 87.1 92.5) |
| OKLCH | oklch(0.895 0.183 96.9) |
Copy-ready code
/* CSS */
color: #ffdb0a;
background-color: #ffdb0a;
/* Tailwind (arbitrary) */
class="text-[#ffdb0a] bg-[#ffdb0a]"
/* SCSS */
$brand: #ffdb0a;
/* SwiftUI */
Color(red: 1.000, green: 0.859, blue: 0.039)
/* Android */
Color.parseColor("#ffdb0a")Accessibility — WCAG contrast
Aa
#ffdb0a on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffdb0a on black: 15.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green85.9%
Blue3.9%
CMYK percentages
Cyan0.0%
Magenta14.1%
Yellow96.1%
Key (black)0.0%
Color previews
#ffdb0a text on a black background
contrast 15.39:1
Card sample
#ffdb0a text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffdb0a;
Background color
Panel with #ffdb0a background
background-color: #ffdb0a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffdb0a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 219, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 219, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffdb0a; background: linear-gradient(135deg, #ffdb0a, #80FF0A);