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