#fcceaa
a light, electric orange · warm · closest name: tan
RGB
252, 206, 170
HSL
26°, 93%, 83%
CMYK
0, 18, 33, 1
Luminance
0.6774
Every format
| HEX | #fcceaa |
| RGB | rgb(252, 206, 170) |
| HSL | hsl(26, 93%, 83%) |
| CMYK | cmyk(0%, 18%, 33%, 1%) |
| LAB | lab(85.9 11.3 24.0) |
| LCH | lch(85.9 26.5 64.9) |
| OKLCH | oklch(0.882 0.071 59.7) |
Copy-ready code
/* CSS */
color: #fcceaa;
background-color: #fcceaa;
/* Tailwind (arbitrary) */
class="text-[#fcceaa] bg-[#fcceaa]"
/* SCSS */
$brand: #fcceaa;
/* SwiftUI */
Color(red: 0.988, green: 0.808, blue: 0.667)
/* Android */
Color.parseColor("#fcceaa")Accessibility — WCAG contrast
Aa
#fcceaa on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcceaa on black: 14.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green80.8%
Blue66.7%
CMYK percentages
Cyan0.0%
Magenta18.3%
Yellow32.5%
Key (black)1.2%
Color previews
#fcceaa text on a black background
contrast 14.55:1
Card sample
#fcceaa text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcceaa;
Background color
Panel with #fcceaa background
background-color: #fcceaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcceaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 206, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 206, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcceaa; background: linear-gradient(135deg, #fcceaa, #F3FCAA);