#fccf28
a balanced, electric yellow · cool · closest name: gold
RGB
252, 207, 40
HSL
47°, 97%, 57%
CMYK
0, 18, 84, 1
Luminance
0.6547
Every format
| HEX | #fccf28 |
| RGB | rgb(252, 207, 40) |
| HSL | hsl(47, 97%, 57%) |
| CMYK | cmyk(0%, 18%, 84%, 1%) |
| LAB | lab(84.7 1.4 79.6) |
| LCH | lch(84.7 79.6 89.0) |
| OKLCH | oklch(0.869 0.170 92.0) |
Copy-ready code
/* CSS */
color: #fccf28;
background-color: #fccf28;
/* Tailwind (arbitrary) */
class="text-[#fccf28] bg-[#fccf28]"
/* SCSS */
$brand: #fccf28;
/* SwiftUI */
Color(red: 0.988, green: 0.812, blue: 0.157)
/* Android */
Color.parseColor("#fccf28")Accessibility — WCAG contrast
Aa
#fccf28 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fccf28 on black: 14.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green81.2%
Blue15.7%
CMYK percentages
Cyan0.0%
Magenta17.9%
Yellow84.1%
Key (black)1.2%
Color previews
#fccf28 text on a black background
contrast 14.09:1
Card sample
#fccf28 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fccf28;
Background color
Panel with #fccf28 background
background-color: #fccf28;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fccf28;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 207, 40, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 207, 40, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fccf28; background: linear-gradient(135deg, #fccf28, #9CFC28);