#ffda52
a light, electric yellow · cool · closest name: gold
RGB
255, 218, 82
HSL
47°, 100%, 66%
CMYK
0, 15, 68, 0
Luminance
0.7201
Every format
| HEX | #ffda52 |
| RGB | rgb(255, 218, 82) |
| HSL | hsl(47, 100%, 66%) |
| CMYK | cmyk(0%, 15%, 68%, 0%) |
| LAB | lab(88.0 -1.3 68.9) |
| LCH | lch(88.0 68.9 91.1) |
| OKLCH | oklch(0.896 0.155 93.6) |
Copy-ready code
/* CSS */
color: #ffda52;
background-color: #ffda52;
/* Tailwind (arbitrary) */
class="text-[#ffda52] bg-[#ffda52]"
/* SCSS */
$brand: #ffda52;
/* SwiftUI */
Color(red: 1.000, green: 0.855, blue: 0.322)
/* Android */
Color.parseColor("#ffda52")Accessibility — WCAG contrast
Aa
#ffda52 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffda52 on black: 15.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green85.5%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta14.5%
Yellow67.8%
Key (black)0.0%
Color previews
#ffda52 text on a black background
contrast 15.40:1
Card sample
#ffda52 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffda52;
Background color
Panel with #ffda52 background
background-color: #ffda52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffda52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 218, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 218, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffda52; background: linear-gradient(135deg, #ffda52, #B1FF52);