#fccb2f
a balanced, electric yellow · cool · closest name: gold
RGB
252, 203, 47
HSL
46°, 97%, 59%
CMYK
0, 19, 81, 1
Luminance
0.6361
Every format
| HEX | #fccb2f |
| RGB | rgb(252, 203, 47) |
| HSL | hsl(46, 97%, 59%) |
| CMYK | cmyk(0%, 19%, 81%, 1%) |
| LAB | lab(83.8 3.6 76.9) |
| LCH | lch(83.8 77.0 87.3) |
| OKLCH | oklch(0.862 0.165 89.6) |
Copy-ready code
/* CSS */
color: #fccb2f;
background-color: #fccb2f;
/* Tailwind (arbitrary) */
class="text-[#fccb2f] bg-[#fccb2f]"
/* SCSS */
$brand: #fccb2f;
/* SwiftUI */
Color(red: 0.988, green: 0.796, blue: 0.184)
/* Android */
Color.parseColor("#fccb2f")Accessibility — WCAG contrast
Aa
#fccb2f on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fccb2f on black: 13.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green79.6%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta19.4%
Yellow81.3%
Key (black)1.2%
Color previews
#fccb2f text on a black background
contrast 13.72:1
Card sample
#fccb2f text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fccb2f;
Background color
Panel with #fccb2f background
background-color: #fccb2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fccb2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 203, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 203, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fccb2f; background: linear-gradient(135deg, #fccb2f, #A4FC2F);