#fccc9d
a light, electric orange · warm · closest name: tan
RGB
252, 204, 157
HSL
30°, 94%, 80%
CMYK
0, 19, 38, 1
Luminance
0.6632
Every format
| HEX | #fccc9d |
| RGB | rgb(252, 204, 157) |
| HSL | hsl(30, 94%, 80%) |
| CMYK | cmyk(0%, 19%, 38%, 1%) |
| LAB | lab(85.2 10.8 29.9) |
| LCH | lch(85.2 31.7 70.1) |
| OKLCH | oklch(0.876 0.082 65.8) |
Copy-ready code
/* CSS */
color: #fccc9d;
background-color: #fccc9d;
/* Tailwind (arbitrary) */
class="text-[#fccc9d] bg-[#fccc9d]"
/* SCSS */
$brand: #fccc9d;
/* SwiftUI */
Color(red: 0.988, green: 0.800, blue: 0.616)
/* Android */
Color.parseColor("#fccc9d")Accessibility — WCAG contrast
Aa
#fccc9d on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fccc9d on black: 14.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green80.0%
Blue61.6%
CMYK percentages
Cyan0.0%
Magenta19.0%
Yellow37.7%
Key (black)1.2%
Color previews
#fccc9d text on a black background
contrast 14.26:1
Card sample
#fccc9d text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fccc9d;
Background color
Panel with #fccc9d background
background-color: #fccc9d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fccc9d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 204, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 204, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fccc9d; background: linear-gradient(135deg, #fccc9d, #EDFC9D);