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