#fccbba
a pale, electric orange · warm · closest name: pink
RGB
252, 203, 186
HSL
16°, 92%, 86%
CMYK
0, 19, 26, 1
Luminance
0.6695
Every format
| HEX | #fccbba |
| RGB | rgb(252, 203, 186) |
| HSL | hsl(16, 92%, 86%) |
| CMYK | cmyk(0%, 19%, 26%, 1%) |
| LAB | lab(85.5 14.9 15.1) |
| LCH | lch(85.5 21.2 45.3) |
| OKLCH | oklch(0.880 0.061 40.0) |
Copy-ready code
/* CSS */
color: #fccbba;
background-color: #fccbba;
/* Tailwind (arbitrary) */
class="text-[#fccbba] bg-[#fccbba]"
/* SCSS */
$brand: #fccbba;
/* SwiftUI */
Color(red: 0.988, green: 0.796, blue: 0.729)
/* Android */
Color.parseColor("#fccbba")Accessibility — WCAG contrast
Aa
#fccbba on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fccbba on black: 14.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green79.6%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta19.4%
Yellow26.2%
Key (black)1.2%
Color previews
#fccbba text on a black background
contrast 14.39:1
Card sample
#fccbba text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fccbba;
Background color
Panel with #fccbba background
background-color: #fccbba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fccbba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 203, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 203, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fccbba; background: linear-gradient(135deg, #fccbba, #FCF7BA);