#fccba7
a light, electric orange · warm · closest name: tan
RGB
252, 203, 167
HSL
25°, 93%, 82%
CMYK
0, 19, 34, 1
Luminance
0.6620
Every format
| HEX | #fccba7 |
| RGB | rgb(252, 203, 167) |
| HSL | hsl(25, 93%, 82%) |
| CMYK | cmyk(0%, 19%, 34%, 1%) |
| LAB | lab(85.1 12.5 24.5) |
| LCH | lch(85.1 27.5 63.1) |
| OKLCH | oklch(0.876 0.073 57.9) |
Copy-ready code
/* CSS */
color: #fccba7;
background-color: #fccba7;
/* Tailwind (arbitrary) */
class="text-[#fccba7] bg-[#fccba7]"
/* SCSS */
$brand: #fccba7;
/* SwiftUI */
Color(red: 0.988, green: 0.796, blue: 0.655)
/* Android */
Color.parseColor("#fccba7")Accessibility — WCAG contrast
Aa
#fccba7 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fccba7 on black: 14.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green79.6%
Blue65.5%
CMYK percentages
Cyan0.0%
Magenta19.4%
Yellow33.7%
Key (black)1.2%
Color previews
#fccba7 text on a black background
contrast 14.24:1
Card sample
#fccba7 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fccba7;
Background color
Panel with #fccba7 background
background-color: #fccba7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fccba7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 203, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 203, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fccba7; background: linear-gradient(135deg, #fccba7, #F4FCA7);