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