#fcdaac
a light, electric orange · warm · closest name: tan
RGB
252, 218, 172
HSL
35°, 93%, 83%
CMYK
0, 14, 32, 1
Luminance
0.7382
Every format
| HEX | #fcdaac |
| RGB | rgb(252, 218, 172) |
| HSL | hsl(35, 93%, 83%) |
| CMYK | cmyk(0%, 14%, 32%, 1%) |
| LAB | lab(88.8 5.3 27.0) |
| LCH | lch(88.8 27.6 78.9) |
| OKLCH | oklch(0.906 0.071 75.1) |
Copy-ready code
/* CSS */
color: #fcdaac;
background-color: #fcdaac;
/* Tailwind (arbitrary) */
class="text-[#fcdaac] bg-[#fcdaac]"
/* SCSS */
$brand: #fcdaac;
/* SwiftUI */
Color(red: 0.988, green: 0.855, blue: 0.675)
/* Android */
Color.parseColor("#fcdaac")Accessibility — WCAG contrast
Aa
#fcdaac on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcdaac on black: 15.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green85.5%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta13.5%
Yellow31.7%
Key (black)1.2%
Color previews
#fcdaac text on a black background
contrast 15.76:1
Card sample
#fcdaac text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcdaac;
Background color
Panel with #fcdaac background
background-color: #fcdaac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcdaac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 218, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 218, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcdaac; background: linear-gradient(135deg, #fcdaac, #E9FCAC);