#fcd2ab
a light, electric orange · warm · closest name: tan
RGB
252, 210, 171
HSL
29°, 93%, 83%
CMYK
0, 17, 32, 1
Luminance
0.6973
Every format
| HEX | #fcd2ab |
| RGB | rgb(252, 210, 171) |
| HSL | hsl(29, 93%, 83%) |
| CMYK | cmyk(0%, 17%, 32%, 1%) |
| LAB | lab(86.9 9.3 24.9) |
| LCH | lch(86.9 26.6 69.5) |
| OKLCH | oklch(0.890 0.070 64.6) |
Copy-ready code
/* CSS */
color: #fcd2ab;
background-color: #fcd2ab;
/* Tailwind (arbitrary) */
class="text-[#fcd2ab] bg-[#fcd2ab]"
/* SCSS */
$brand: #fcd2ab;
/* SwiftUI */
Color(red: 0.988, green: 0.824, blue: 0.671)
/* Android */
Color.parseColor("#fcd2ab")Accessibility — WCAG contrast
Aa
#fcd2ab on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcd2ab on black: 14.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green82.4%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta16.7%
Yellow32.1%
Key (black)1.2%
Color previews
#fcd2ab text on a black background
contrast 14.95:1
Card sample
#fcd2ab text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcd2ab;
Background color
Panel with #fcd2ab background
background-color: #fcd2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcd2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 210, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 210, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcd2ab; background: linear-gradient(135deg, #fcd2ab, #F0FCAB);