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