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