#fccf0f
a balanced, electric yellow · cool · closest name: gold
RGB
252, 207, 15
HSL
49°, 98%, 52%
CMYK
0, 18, 94, 1
Luminance
0.6536
Every format
| HEX | #fccf0f |
| RGB | rgb(252, 207, 15) |
| HSL | hsl(49, 98%, 52%) |
| CMYK | cmyk(0%, 18%, 94%, 1%) |
| LAB | lab(84.7 1.0 84.0) |
| LCH | lch(84.7 84.0 89.3) |
| OKLCH | oklch(0.868 0.176 92.7) |
Copy-ready code
/* CSS */
color: #fccf0f;
background-color: #fccf0f;
/* Tailwind (arbitrary) */
class="text-[#fccf0f] bg-[#fccf0f]"
/* SCSS */
$brand: #fccf0f;
/* SwiftUI */
Color(red: 0.988, green: 0.812, blue: 0.059)
/* Android */
Color.parseColor("#fccf0f")Accessibility — WCAG contrast
Aa
#fccf0f on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fccf0f on black: 14.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green81.2%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta17.9%
Yellow94.0%
Key (black)1.2%
Color previews
#fccf0f text on a black background
contrast 14.07:1
Card sample
#fccf0f text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fccf0f;
Background color
Panel with #fccf0f background
background-color: #fccf0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fccf0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 207, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 207, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fccf0f; background: linear-gradient(135deg, #fccf0f, #8BFC0F);