#ffd52f
a balanced, electric yellow · cool · closest name: gold
RGB
255, 213, 47
HSL
48°, 100%, 59%
CMYK
0, 17, 82, 0
Luminance
0.6905
Every format
| HEX | #ffd52f |
| RGB | rgb(255, 213, 47) |
| HSL | hsl(48, 100%, 59%) |
| CMYK | cmyk(0%, 17%, 82%, 0%) |
| LAB | lab(86.5 -0.2 79.4) |
| LCH | lch(86.5 79.4 90.1) |
| OKLCH | oklch(0.884 0.171 93.3) |
Copy-ready code
/* CSS */
color: #ffd52f;
background-color: #ffd52f;
/* Tailwind (arbitrary) */
class="text-[#ffd52f] bg-[#ffd52f]"
/* SCSS */
$brand: #ffd52f;
/* SwiftUI */
Color(red: 1.000, green: 0.835, blue: 0.184)
/* Android */
Color.parseColor("#ffd52f")Accessibility — WCAG contrast
Aa
#ffd52f on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd52f on black: 14.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green83.5%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta16.5%
Yellow81.6%
Key (black)0.0%
Color previews
#ffd52f text on a black background
contrast 14.81:1
Card sample
#ffd52f text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd52f;
Background color
Panel with #ffd52f background
background-color: #ffd52f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd52f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 213, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 213, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd52f; background: linear-gradient(135deg, #ffd52f, #9EFF2F);