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