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