#fac0fc
a pale, electric magenta / pink · warm · closest name: plum
RGB
250, 192, 252
HSL
298°, 91%, 87%
CMYK
1, 24, 0, 1
Luminance
0.6505
Every format
| HEX | #fac0fc |
| RGB | rgb(250, 192, 252) |
| HSL | hsl(298, 91%, 87%) |
| CMYK | cmyk(1%, 24%, 0%, 1%) |
| LAB | lab(84.5 30.5 -21.5) |
| LCH | lch(84.5 37.3 324.8) |
| OKLCH | oklch(0.878 0.102 325.3) |
Copy-ready code
/* CSS */
color: #fac0fc;
background-color: #fac0fc;
/* Tailwind (arbitrary) */
class="text-[#fac0fc] bg-[#fac0fc]"
/* SCSS */
$brand: #fac0fc;
/* SwiftUI */
Color(red: 0.980, green: 0.753, blue: 0.988)
/* Android */
Color.parseColor("#fac0fc")Accessibility — WCAG contrast
Aa
#fac0fc on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fac0fc on black: 14.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green75.3%
Blue98.8%
CMYK percentages
Cyan0.8%
Magenta23.8%
Yellow0.0%
Key (black)1.2%
Color previews
#fac0fc text on a black background
contrast 14.01:1
Card sample
#fac0fc text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fac0fc;
Background color
Panel with #fac0fc background
background-color: #fac0fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fac0fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 192, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 192, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fac0fc; background: linear-gradient(135deg, #fac0fc, #FCC0D6);