#fcceb7
a pale, electric orange · warm · closest name: tan
RGB
252, 206, 183
HSL
20°, 92%, 85%
CMYK
0, 18, 27, 1
Luminance
0.6826
Every format
| HEX | #fcceb7 |
| RGB | rgb(252, 206, 183) |
| HSL | hsl(20, 92%, 85%) |
| CMYK | cmyk(0%, 18%, 27%, 1%) |
| LAB | lab(86.1 12.9 17.6) |
| LCH | lch(86.1 21.8 53.6) |
| OKLCH | oklch(0.885 0.061 48.0) |
Copy-ready code
/* CSS */
color: #fcceb7;
background-color: #fcceb7;
/* Tailwind (arbitrary) */
class="text-[#fcceb7] bg-[#fcceb7]"
/* SCSS */
$brand: #fcceb7;
/* SwiftUI */
Color(red: 0.988, green: 0.808, blue: 0.718)
/* Android */
Color.parseColor("#fcceb7")Accessibility — WCAG contrast
Aa
#fcceb7 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcceb7 on black: 14.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green80.8%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta18.3%
Yellow27.4%
Key (black)1.2%
Color previews
#fcceb7 text on a black background
contrast 14.65:1
Card sample
#fcceb7 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcceb7;
Background color
Panel with #fcceb7 background
background-color: #fcceb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcceb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 206, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 206, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcceb7; background: linear-gradient(135deg, #fcceb7, #FCFCB7);