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