#fccc9f
a light, electric orange · warm · closest name: tan
RGB
252, 204, 159
HSL
29°, 94%, 81%
CMYK
0, 19, 37, 1
Luminance
0.6638
Every format
| HEX | #fccc9f |
| RGB | rgb(252, 204, 159) |
| HSL | hsl(29, 94%, 81%) |
| CMYK | cmyk(0%, 19%, 37%, 1%) |
| LAB | lab(85.2 11.0 28.9) |
| LCH | lch(85.2 30.9 69.1) |
| OKLCH | oklch(0.876 0.080 64.6) |
Copy-ready code
/* CSS */
color: #fccc9f;
background-color: #fccc9f;
/* Tailwind (arbitrary) */
class="text-[#fccc9f] bg-[#fccc9f]"
/* SCSS */
$brand: #fccc9f;
/* SwiftUI */
Color(red: 0.988, green: 0.800, blue: 0.624)
/* Android */
Color.parseColor("#fccc9f")Accessibility — WCAG contrast
Aa
#fccc9f on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fccc9f on black: 14.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green80.0%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta19.0%
Yellow36.9%
Key (black)1.2%
Color previews
#fccc9f text on a black background
contrast 14.28:1
Card sample
#fccc9f text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fccc9f;
Background color
Panel with #fccc9f background
background-color: #fccc9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fccc9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 204, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 204, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fccc9f; background: linear-gradient(135deg, #fccc9f, #EEFC9F);