#facfc3
a pale, electric red · warm · closest name: pink
RGB
250, 207, 195
HSL
13°, 85%, 87%
CMYK
0, 17, 22, 2
Luminance
0.6889
Every format
| HEX | #facfc3 |
| RGB | rgb(250, 207, 195) |
| HSL | hsl(13, 85%, 87%) |
| CMYK | cmyk(0%, 17%, 22%, 2%) |
| LAB | lab(86.5 13.3 11.6) |
| LCH | lch(86.5 17.7 41.1) |
| OKLCH | oklch(0.888 0.051 36.1) |
Copy-ready code
/* CSS */
color: #facfc3;
background-color: #facfc3;
/* Tailwind (arbitrary) */
class="text-[#facfc3] bg-[#facfc3]"
/* SCSS */
$brand: #facfc3;
/* SwiftUI */
Color(red: 0.980, green: 0.812, blue: 0.765)
/* Android */
Color.parseColor("#facfc3")Accessibility — WCAG contrast
Aa
#facfc3 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#facfc3 on black: 14.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green81.2%
Blue76.5%
CMYK percentages
Cyan0.0%
Magenta17.2%
Yellow22.0%
Key (black)2.0%
Color previews
#facfc3 text on a black background
contrast 14.78:1
Card sample
#facfc3 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #facfc3;
Background color
Panel with #facfc3 background
background-color: #facfc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #facfc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 207, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 207, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #facfc3; background: linear-gradient(135deg, #facfc3, #FAF4C3);