#fcceb1
a light, electric orange · warm · closest name: tan
RGB
252, 206, 177
HSL
23°, 93%, 84%
CMYK
0, 18, 30, 1
Luminance
0.6801
Every format
| HEX | #fcceb1 |
| RGB | rgb(252, 206, 177) |
| HSL | hsl(23, 93%, 84%) |
| CMYK | cmyk(0%, 18%, 30%, 1%) |
| LAB | lab(86.0 12.2 20.5) |
| LCH | lch(86.0 23.9 59.4) |
| OKLCH | oklch(0.884 0.065 53.9) |
Copy-ready code
/* CSS */
color: #fcceb1;
background-color: #fcceb1;
/* Tailwind (arbitrary) */
class="text-[#fcceb1] bg-[#fcceb1]"
/* SCSS */
$brand: #fcceb1;
/* SwiftUI */
Color(red: 0.988, green: 0.808, blue: 0.694)
/* Android */
Color.parseColor("#fcceb1")Accessibility — WCAG contrast
Aa
#fcceb1 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcceb1 on black: 14.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green80.8%
Blue69.4%
CMYK percentages
Cyan0.0%
Magenta18.3%
Yellow29.8%
Key (black)1.2%
Color previews
#fcceb1 text on a black background
contrast 14.60:1
Card sample
#fcceb1 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcceb1;
Background color
Panel with #fcceb1 background
background-color: #fcceb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcceb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 206, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 206, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcceb1; background: linear-gradient(135deg, #fcceb1, #F8FCB1);