#fccb49
a balanced, electric yellow · warm · closest name: gold
RGB
252, 203, 73
HSL
44°, 97%, 64%
CMYK
0, 19, 71, 1
Luminance
0.6389
Every format
| HEX | #fccb49 |
| RGB | rgb(252, 203, 73) |
| HSL | hsl(44, 97%, 64%) |
| CMYK | cmyk(0%, 19%, 71%, 1%) |
| LAB | lab(83.9 4.6 68.2) |
| LCH | lch(83.9 68.4 86.1) |
| OKLCH | oklch(0.863 0.152 87.6) |
Copy-ready code
/* CSS */
color: #fccb49;
background-color: #fccb49;
/* Tailwind (arbitrary) */
class="text-[#fccb49] bg-[#fccb49]"
/* SCSS */
$brand: #fccb49;
/* SwiftUI */
Color(red: 0.988, green: 0.796, blue: 0.286)
/* Android */
Color.parseColor("#fccb49")Accessibility — WCAG contrast
Aa
#fccb49 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fccb49 on black: 13.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green79.6%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta19.4%
Yellow71.0%
Key (black)1.2%
Color previews
#fccb49 text on a black background
contrast 13.78:1
Card sample
#fccb49 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fccb49;
Background color
Panel with #fccb49 background
background-color: #fccb49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fccb49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 203, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 203, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fccb49; background: linear-gradient(135deg, #fccb49, #B6FC49);