#fccc99
a light, electric orange · warm · closest name: tan
RGB
252, 204, 153
HSL
31°, 94%, 79%
CMYK
0, 19, 39, 1
Luminance
0.6618
Every format
| HEX | #fccc99 |
| RGB | rgb(252, 204, 153) |
| HSL | hsl(31, 94%, 79%) |
| CMYK | cmyk(0%, 19%, 39%, 1%) |
| LAB | lab(85.1 10.3 31.8) |
| LCH | lch(85.1 33.5 72.0) |
| OKLCH | oklch(0.875 0.086 68.0) |
Copy-ready code
/* CSS */
color: #fccc99;
background-color: #fccc99;
/* Tailwind (arbitrary) */
class="text-[#fccc99] bg-[#fccc99]"
/* SCSS */
$brand: #fccc99;
/* SwiftUI */
Color(red: 0.988, green: 0.800, blue: 0.600)
/* Android */
Color.parseColor("#fccc99")Accessibility — WCAG contrast
Aa
#fccc99 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fccc99 on black: 14.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green80.0%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta19.0%
Yellow39.3%
Key (black)1.2%
Color previews
#fccc99 text on a black background
contrast 14.24:1
Card sample
#fccc99 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fccc99;
Background color
Panel with #fccc99 background
background-color: #fccc99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fccc99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 204, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 204, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fccc99; background: linear-gradient(135deg, #fccc99, #EAFC99);