#fccbaf
a light, electric orange · warm · closest name: tan
RGB
252, 203, 175
HSL
22°, 93%, 84%
CMYK
0, 19, 31, 1
Luminance
0.6650
Every format
| HEX | #fccbaf |
| RGB | rgb(252, 203, 175) |
| HSL | hsl(22, 93%, 84%) |
| CMYK | cmyk(0%, 19%, 31%, 1%) |
| LAB | lab(85.3 13.5 20.5) |
| LCH | lch(85.3 24.6 56.8) |
| OKLCH | oklch(0.878 0.067 51.3) |
Copy-ready code
/* CSS */
color: #fccbaf;
background-color: #fccbaf;
/* Tailwind (arbitrary) */
class="text-[#fccbaf] bg-[#fccbaf]"
/* SCSS */
$brand: #fccbaf;
/* SwiftUI */
Color(red: 0.988, green: 0.796, blue: 0.686)
/* Android */
Color.parseColor("#fccbaf")Accessibility — WCAG contrast
Aa
#fccbaf on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fccbaf on black: 14.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green79.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta19.4%
Yellow30.6%
Key (black)1.2%
Color previews
#fccbaf text on a black background
contrast 14.30:1
Card sample
#fccbaf text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fccbaf;
Background color
Panel with #fccbaf background
background-color: #fccbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fccbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 203, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 203, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fccbaf; background: linear-gradient(135deg, #fccbaf, #FAFCAF);