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