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