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