#fdcbba
a pale, electric orange · warm · closest name: pink
RGB
253, 203, 186
HSL
15°, 94%, 86%
CMYK
0, 20, 27, 1
Luminance
0.6714
Every format
| HEX | #fdcbba |
| RGB | rgb(253, 203, 186) |
| HSL | hsl(15, 94%, 86%) |
| CMYK | cmyk(0%, 20%, 27%, 1%) |
| LAB | lab(85.6 15.3 15.2) |
| LCH | lch(85.6 21.6 44.9) |
| OKLCH | oklch(0.881 0.062 39.6) |
Copy-ready code
/* CSS */
color: #fdcbba;
background-color: #fdcbba;
/* Tailwind (arbitrary) */
class="text-[#fdcbba] bg-[#fdcbba]"
/* SCSS */
$brand: #fdcbba;
/* SwiftUI */
Color(red: 0.992, green: 0.796, blue: 0.729)
/* Android */
Color.parseColor("#fdcbba")Accessibility — WCAG contrast
Aa
#fdcbba on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdcbba on black: 14.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green79.6%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta19.8%
Yellow26.5%
Key (black)0.8%
Color previews
#fdcbba text on a black background
contrast 14.43:1
Card sample
#fdcbba text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdcbba;
Background color
Panel with #fdcbba background
background-color: #fdcbba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdcbba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 203, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 203, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdcbba; background: linear-gradient(135deg, #fdcbba, #FDF8BA);