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