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