#fccc11
a balanced, electric yellow · cool · closest name: gold
RGB
252, 204, 17
HSL
48°, 98%, 53%
CMYK
0, 19, 93, 1
Luminance
0.6392
Every format
| HEX | #fccc11 |
| RGB | rgb(252, 204, 17) |
| HSL | hsl(48, 98%, 53%) |
| CMYK | cmyk(0%, 19%, 93%, 1%) |
| LAB | lab(83.9 2.5 83.2) |
| LCH | lch(83.9 83.3 88.3) |
| OKLCH | oklch(0.863 0.174 91.3) |
Copy-ready code
/* CSS */
color: #fccc11;
background-color: #fccc11;
/* Tailwind (arbitrary) */
class="text-[#fccc11] bg-[#fccc11]"
/* SCSS */
$brand: #fccc11;
/* SwiftUI */
Color(red: 0.988, green: 0.800, blue: 0.067)
/* Android */
Color.parseColor("#fccc11")Accessibility — WCAG contrast
Aa
#fccc11 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fccc11 on black: 13.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green80.0%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta19.0%
Yellow93.3%
Key (black)1.2%
Color previews
#fccc11 text on a black background
contrast 13.78:1
Card sample
#fccc11 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fccc11;
Background color
Panel with #fccc11 background
background-color: #fccc11;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fccc11;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 204, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 204, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fccc11; background: linear-gradient(135deg, #fccc11, #8FFC11);