#fccfbc
a pale, electric orange · warm · closest name: pink
RGB
252, 207, 188
HSL
18°, 91%, 86%
CMYK
0, 18, 25, 1
Luminance
0.6895
Every format
| HEX | #fccfbc |
| RGB | rgb(252, 207, 188) |
| HSL | hsl(18, 91%, 86%) |
| CMYK | cmyk(0%, 18%, 25%, 1%) |
| LAB | lab(86.5 13.1 15.4) |
| LCH | lch(86.5 20.2 49.7) |
| OKLCH | oklch(0.888 0.057 44.1) |
Copy-ready code
/* CSS */
color: #fccfbc;
background-color: #fccfbc;
/* Tailwind (arbitrary) */
class="text-[#fccfbc] bg-[#fccfbc]"
/* SCSS */
$brand: #fccfbc;
/* SwiftUI */
Color(red: 0.988, green: 0.812, blue: 0.737)
/* Android */
Color.parseColor("#fccfbc")Accessibility — WCAG contrast
Aa
#fccfbc on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fccfbc on black: 14.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green81.2%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta17.9%
Yellow25.4%
Key (black)1.2%
Color previews
#fccfbc text on a black background
contrast 14.79:1
Card sample
#fccfbc text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fccfbc;
Background color
Panel with #fccfbc background
background-color: #fccfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fccfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 207, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 207, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fccfbc; background: linear-gradient(135deg, #fccfbc, #FCFABC);