#fccb13
a balanced, electric yellow · cool · closest name: gold
RGB
252, 203, 19
HSL
47°, 98%, 53%
CMYK
0, 19, 93, 1
Luminance
0.6345
Every format
| HEX | #fccb13 |
| RGB | rgb(252, 203, 19) |
| HSL | hsl(47, 98%, 53%) |
| CMYK | cmyk(0%, 19%, 93%, 1%) |
| LAB | lab(83.7 3.1 82.8) |
| LCH | lch(83.7 82.8 87.9) |
| OKLCH | oklch(0.861 0.173 90.7) |
Copy-ready code
/* CSS */
color: #fccb13;
background-color: #fccb13;
/* Tailwind (arbitrary) */
class="text-[#fccb13] bg-[#fccb13]"
/* SCSS */
$brand: #fccb13;
/* SwiftUI */
Color(red: 0.988, green: 0.796, blue: 0.075)
/* Android */
Color.parseColor("#fccb13")Accessibility — WCAG contrast
Aa
#fccb13 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fccb13 on black: 13.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green79.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta19.4%
Yellow92.5%
Key (black)1.2%
Color previews
#fccb13 text on a black background
contrast 13.69:1
Card sample
#fccb13 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fccb13;
Background color
Panel with #fccb13 background
background-color: #fccb13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fccb13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 203, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 203, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fccb13; background: linear-gradient(135deg, #fccb13, #92FC13);