#fccb4f
a balanced, electric yellow · warm · closest name: gold
RGB
252, 203, 79
HSL
43°, 97%, 65%
CMYK
0, 19, 69, 1
Luminance
0.6397
Every format
| HEX | #fccb4f |
| RGB | rgb(252, 203, 79) |
| HSL | hsl(43, 97%, 65%) |
| CMYK | cmyk(0%, 19%, 69%, 1%) |
| LAB | lab(84.0 4.9 65.9) |
| LCH | lch(84.0 66.0 85.7) |
| OKLCH | oklch(0.864 0.148 86.9) |
Copy-ready code
/* CSS */
color: #fccb4f;
background-color: #fccb4f;
/* Tailwind (arbitrary) */
class="text-[#fccb4f] bg-[#fccb4f]"
/* SCSS */
$brand: #fccb4f;
/* SwiftUI */
Color(red: 0.988, green: 0.796, blue: 0.310)
/* Android */
Color.parseColor("#fccb4f")Accessibility — WCAG contrast
Aa
#fccb4f on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fccb4f on black: 13.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green79.6%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta19.4%
Yellow68.7%
Key (black)1.2%
Color previews
#fccb4f text on a black background
contrast 13.79:1
Card sample
#fccb4f text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fccb4f;
Background color
Panel with #fccb4f background
background-color: #fccb4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fccb4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 203, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 203, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fccb4f; background: linear-gradient(135deg, #fccb4f, #BAFC4F);