#ffc52f
a balanced, electric yellow · warm · closest name: gold
RGB
255, 197, 47
HSL
43°, 100%, 59%
CMYK
0, 23, 82, 0
Luminance
0.6140
Every format
| HEX | #ffc52f |
| RGB | rgb(255, 197, 47) |
| HSL | hsl(43, 100%, 59%) |
| CMYK | cmyk(0%, 23%, 82%, 0%) |
| LAB | lab(82.6 8.0 76.0) |
| LCH | lch(82.6 76.5 84.0) |
| OKLCH | oklch(0.853 0.164 85.3) |
Copy-ready code
/* CSS */
color: #ffc52f;
background-color: #ffc52f;
/* Tailwind (arbitrary) */
class="text-[#ffc52f] bg-[#ffc52f]"
/* SCSS */
$brand: #ffc52f;
/* SwiftUI */
Color(red: 1.000, green: 0.773, blue: 0.184)
/* Android */
Color.parseColor("#ffc52f")Accessibility — WCAG contrast
Aa
#ffc52f on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc52f on black: 13.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green77.3%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta22.7%
Yellow81.6%
Key (black)0.0%
Color previews
#ffc52f text on a black background
contrast 13.28:1
Card sample
#ffc52f text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc52f;
Background color
Panel with #ffc52f background
background-color: #ffc52f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc52f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 197, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 197, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc52f; background: linear-gradient(135deg, #ffc52f, #AEFF2F);