#fccc18
a balanced, electric yellow · cool · closest name: gold
RGB
252, 204, 24
HSL
47°, 97%, 54%
CMYK
0, 19, 91, 1
Luminance
0.6395
Every format
| HEX | #fccc18 |
| RGB | rgb(252, 204, 24) |
| HSL | hsl(47, 97%, 54%) |
| CMYK | cmyk(0%, 19%, 91%, 1%) |
| LAB | lab(83.9 2.6 82.2) |
| LCH | lch(83.9 82.3 88.2) |
| OKLCH | oklch(0.863 0.173 91.1) |
Copy-ready code
/* CSS */
color: #fccc18;
background-color: #fccc18;
/* Tailwind (arbitrary) */
class="text-[#fccc18] bg-[#fccc18]"
/* SCSS */
$brand: #fccc18;
/* SwiftUI */
Color(red: 0.988, green: 0.800, blue: 0.094)
/* Android */
Color.parseColor("#fccc18")Accessibility — WCAG contrast
Aa
#fccc18 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fccc18 on black: 13.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green80.0%
Blue9.4%
CMYK percentages
Cyan0.0%
Magenta19.0%
Yellow90.5%
Key (black)1.2%
Color previews
#fccc18 text on a black background
contrast 13.79:1
Card sample
#fccc18 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fccc18;
Background color
Panel with #fccc18 background
background-color: #fccc18;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fccc18;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 204, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 204, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fccc18; background: linear-gradient(135deg, #fccc18, #94FC18);