#faccf4
a pale, electric magenta / pink · warm · closest name: pink
RGB
250, 204, 244
HSL
308°, 82%, 89%
CMYK
0, 18, 2, 2
Luminance
0.7004
Every format
| HEX | #faccf4 |
| RGB | rgb(250, 204, 244) |
| HSL | hsl(308, 82%, 89%) |
| CMYK | cmyk(0%, 18%, 2%, 2%) |
| LAB | lab(87.0 22.8 -13.5) |
| LCH | lch(87.0 26.5 329.3) |
| OKLCH | oklch(0.897 0.073 330.5) |
Copy-ready code
/* CSS */
color: #faccf4;
background-color: #faccf4;
/* Tailwind (arbitrary) */
class="text-[#faccf4] bg-[#faccf4]"
/* SCSS */
$brand: #faccf4;
/* SwiftUI */
Color(red: 0.980, green: 0.800, blue: 0.957)
/* Android */
Color.parseColor("#faccf4")Accessibility — WCAG contrast
Aa
#faccf4 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faccf4 on black: 15.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green80.0%
Blue95.7%
CMYK percentages
Cyan0.0%
Magenta18.4%
Yellow2.4%
Key (black)2.0%
Color previews
#faccf4 text on a black background
contrast 15.01:1
Card sample
#faccf4 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faccf4;
Background color
Panel with #faccf4 background
background-color: #faccf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faccf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 204, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 204, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faccf4; background: linear-gradient(135deg, #faccf4, #FACCD5);