#fccb21
a balanced, electric yellow · cool · closest name: gold
RGB
252, 203, 33
HSL
47°, 97%, 56%
CMYK
0, 19, 87, 1
Luminance
0.6352
Every format
| HEX | #fccb21 |
| RGB | rgb(252, 203, 33) |
| HSL | hsl(47, 97%, 56%) |
| CMYK | cmyk(0%, 19%, 87%, 1%) |
| LAB | lab(83.7 3.3 80.4) |
| LCH | lch(83.7 80.4 87.6) |
| OKLCH | oklch(0.861 0.170 90.3) |
Copy-ready code
/* CSS */
color: #fccb21;
background-color: #fccb21;
/* Tailwind (arbitrary) */
class="text-[#fccb21] bg-[#fccb21]"
/* SCSS */
$brand: #fccb21;
/* SwiftUI */
Color(red: 0.988, green: 0.796, blue: 0.129)
/* Android */
Color.parseColor("#fccb21")Accessibility — WCAG contrast
Aa
#fccb21 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fccb21 on black: 13.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green79.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta19.4%
Yellow86.9%
Key (black)1.2%
Color previews
#fccb21 text on a black background
contrast 13.70:1
Card sample
#fccb21 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fccb21;
Background color
Panel with #fccb21 background
background-color: #fccb21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fccb21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 203, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 203, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fccb21; background: linear-gradient(135deg, #fccb21, #9BFC21);