#fccfba
a pale, electric orange · warm · closest name: tan
RGB
252, 207, 186
HSL
19°, 92%, 86%
CMYK
0, 18, 26, 1
Luminance
0.6887
Every format
| HEX | #fccfba |
| RGB | rgb(252, 207, 186) |
| HSL | hsl(19, 92%, 86%) |
| CMYK | cmyk(0%, 18%, 26%, 1%) |
| LAB | lab(86.4 12.8 16.4) |
| LCH | lch(86.4 20.8 52.0) |
| OKLCH | oklch(0.888 0.059 46.4) |
Copy-ready code
/* CSS */
color: #fccfba;
background-color: #fccfba;
/* Tailwind (arbitrary) */
class="text-[#fccfba] bg-[#fccfba]"
/* SCSS */
$brand: #fccfba;
/* SwiftUI */
Color(red: 0.988, green: 0.812, blue: 0.729)
/* Android */
Color.parseColor("#fccfba")Accessibility — WCAG contrast
Aa
#fccfba on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fccfba on black: 14.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green81.2%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta17.9%
Yellow26.2%
Key (black)1.2%
Color previews
#fccfba text on a black background
contrast 14.77:1
Card sample
#fccfba text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fccfba;
Background color
Panel with #fccfba background
background-color: #fccfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fccfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 207, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 207, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fccfba; background: linear-gradient(135deg, #fccfba, #FCFBBA);