#facccb
a pale, electric red · warm · closest name: pink
RGB
250, 204, 203
HSL
1°, 83%, 89%
CMYK
0, 18, 19, 2
Luminance
0.6782
Every format
| HEX | #facccb |
| RGB | rgb(250, 204, 203) |
| HSL | hsl(1, 83%, 89%) |
| CMYK | cmyk(0%, 18%, 19%, 2%) |
| LAB | lab(85.9 16.1 6.6) |
| LCH | lch(85.9 17.4 22.4) |
| OKLCH | oklch(0.885 0.052 19.6) |
Copy-ready code
/* CSS */
color: #facccb;
background-color: #facccb;
/* Tailwind (arbitrary) */
class="text-[#facccb] bg-[#facccb]"
/* SCSS */
$brand: #facccb;
/* SwiftUI */
Color(red: 0.980, green: 0.800, blue: 0.796)
/* Android */
Color.parseColor("#facccb")Accessibility — WCAG contrast
Aa
#facccb on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#facccb on black: 14.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green80.0%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta18.4%
Yellow18.8%
Key (black)2.0%
Color previews
#facccb text on a black background
contrast 14.56:1
Card sample
#facccb text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #facccb;
Background color
Panel with #facccb background
background-color: #facccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #facccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 204, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 204, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #facccb; background: linear-gradient(135deg, #facccb, #FAEBCB);