#fac0f7
a pale, electric magenta / pink · warm · closest name: plum
RGB
250, 192, 247
HSL
303°, 85%, 87%
CMYK
0, 23, 1, 2
Luminance
0.6474
Every format
| HEX | #fac0f7 |
| RGB | rgb(250, 192, 247) |
| HSL | hsl(303, 85%, 87%) |
| CMYK | cmyk(0%, 23%, 1%, 2%) |
| LAB | lab(84.3 29.6 -19.1) |
| LCH | lch(84.3 35.3 327.2) |
| OKLCH | oklch(0.877 0.097 328.1) |
Copy-ready code
/* CSS */
color: #fac0f7;
background-color: #fac0f7;
/* Tailwind (arbitrary) */
class="text-[#fac0f7] bg-[#fac0f7]"
/* SCSS */
$brand: #fac0f7;
/* SwiftUI */
Color(red: 0.980, green: 0.753, blue: 0.969)
/* Android */
Color.parseColor("#fac0f7")Accessibility — WCAG contrast
Aa
#fac0f7 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fac0f7 on black: 13.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green75.3%
Blue96.9%
CMYK percentages
Cyan0.0%
Magenta23.2%
Yellow1.2%
Key (black)2.0%
Color previews
#fac0f7 text on a black background
contrast 13.95:1
Card sample
#fac0f7 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fac0f7;
Background color
Panel with #fac0f7 background
background-color: #fac0f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fac0f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 192, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 192, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fac0f7; background: linear-gradient(135deg, #fac0f7, #FAC0D0);