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