#fccba3
a light, electric orange · warm · closest name: tan
RGB
252, 203, 163
HSL
27°, 94%, 81%
CMYK
0, 19, 35, 1
Luminance
0.6605
Every format
| HEX | #fccba3 |
| RGB | rgb(252, 203, 163) |
| HSL | hsl(27, 94%, 81%) |
| CMYK | cmyk(0%, 19%, 35%, 1%) |
| LAB | lab(85.0 12.0 26.5) |
| LCH | lch(85.0 29.1 65.7) |
| OKLCH | oklch(0.875 0.077 60.8) |
Copy-ready code
/* CSS */
color: #fccba3;
background-color: #fccba3;
/* Tailwind (arbitrary) */
class="text-[#fccba3] bg-[#fccba3]"
/* SCSS */
$brand: #fccba3;
/* SwiftUI */
Color(red: 0.988, green: 0.796, blue: 0.639)
/* Android */
Color.parseColor("#fccba3")Accessibility — WCAG contrast
Aa
#fccba3 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fccba3 on black: 14.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green79.6%
Blue63.9%
CMYK percentages
Cyan0.0%
Magenta19.4%
Yellow35.3%
Key (black)1.2%
Color previews
#fccba3 text on a black background
contrast 14.21:1
Card sample
#fccba3 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fccba3;
Background color
Panel with #fccba3 background
background-color: #fccba3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fccba3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 203, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 203, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fccba3; background: linear-gradient(135deg, #fccba3, #F2FCA3);