#fccdbb
a pale, electric orange · warm · closest name: pink
RGB
252, 205, 187
HSL
17°, 92%, 86%
CMYK
0, 19, 26, 1
Luminance
0.6795
Every format
| HEX | #fccdbb |
| RGB | rgb(252, 205, 187) |
| HSL | hsl(17, 92%, 86%) |
| CMYK | cmyk(0%, 19%, 26%, 1%) |
| LAB | lab(86.0 14.0 15.2) |
| LCH | lch(86.0 20.7 47.4) |
| OKLCH | oklch(0.884 0.059 42.0) |
Copy-ready code
/* CSS */
color: #fccdbb;
background-color: #fccdbb;
/* Tailwind (arbitrary) */
class="text-[#fccdbb] bg-[#fccdbb]"
/* SCSS */
$brand: #fccdbb;
/* SwiftUI */
Color(red: 0.988, green: 0.804, blue: 0.733)
/* Android */
Color.parseColor("#fccdbb")Accessibility — WCAG contrast
Aa
#fccdbb on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fccdbb on black: 14.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green80.4%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta18.7%
Yellow25.8%
Key (black)1.2%
Color previews
#fccdbb text on a black background
contrast 14.59:1
Card sample
#fccdbb text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fccdbb;
Background color
Panel with #fccdbb background
background-color: #fccdbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fccdbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 205, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 205, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fccdbb; background: linear-gradient(135deg, #fccdbb, #FCF8BB);