#fcceb4
a light, electric orange · warm · closest name: tan
RGB
252, 206, 180
HSL
22°, 92%, 85%
CMYK
0, 18, 29, 1
Luminance
0.6813
Every format
| HEX | #fcceb4 |
| RGB | rgb(252, 206, 180) |
| HSL | hsl(22, 92%, 85%) |
| CMYK | cmyk(0%, 18%, 29%, 1%) |
| LAB | lab(86.1 12.5 19.1) |
| LCH | lch(86.1 22.8 56.7) |
| OKLCH | oklch(0.885 0.063 51.1) |
Copy-ready code
/* CSS */
color: #fcceb4;
background-color: #fcceb4;
/* Tailwind (arbitrary) */
class="text-[#fcceb4] bg-[#fcceb4]"
/* SCSS */
$brand: #fcceb4;
/* SwiftUI */
Color(red: 0.988, green: 0.808, blue: 0.706)
/* Android */
Color.parseColor("#fcceb4")Accessibility — WCAG contrast
Aa
#fcceb4 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcceb4 on black: 14.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green80.8%
Blue70.6%
CMYK percentages
Cyan0.0%
Magenta18.3%
Yellow28.6%
Key (black)1.2%
Color previews
#fcceb4 text on a black background
contrast 14.63:1
Card sample
#fcceb4 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcceb4;
Background color
Panel with #fcceb4 background
background-color: #fcceb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcceb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 206, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 206, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcceb4; background: linear-gradient(135deg, #fcceb4, #FAFCB4);