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