#faccf1
a pale, electric magenta / pink · warm · closest name: pink
RGB
250, 204, 241
HSL
312°, 82%, 89%
CMYK
0, 18, 4, 2
Luminance
0.6986
Every format
| HEX | #faccf1 |
| RGB | rgb(250, 204, 241) |
| HSL | hsl(312, 82%, 89%) |
| CMYK | cmyk(0%, 18%, 4%, 2%) |
| LAB | lab(86.9 22.2 -12.1) |
| LCH | lch(86.9 25.3 331.5) |
| OKLCH | oklch(0.896 0.070 333.0) |
Copy-ready code
/* CSS */
color: #faccf1;
background-color: #faccf1;
/* Tailwind (arbitrary) */
class="text-[#faccf1] bg-[#faccf1]"
/* SCSS */
$brand: #faccf1;
/* SwiftUI */
Color(red: 0.980, green: 0.800, blue: 0.945)
/* Android */
Color.parseColor("#faccf1")Accessibility — WCAG contrast
Aa
#faccf1 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faccf1 on black: 14.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green80.0%
Blue94.5%
CMYK percentages
Cyan0.0%
Magenta18.4%
Yellow3.6%
Key (black)2.0%
Color previews
#faccf1 text on a black background
contrast 14.97:1
Card sample
#faccf1 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faccf1;
Background color
Panel with #faccf1 background
background-color: #faccf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faccf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 204, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 204, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faccf1; background: linear-gradient(135deg, #faccf1, #FACCD2);