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