#faacff
a light, electric magenta / pink · warm · closest name: plum
RGB
250, 172, 255
HSL
296°, 100%, 84%
CMYK
2, 33, 0, 0
Luminance
0.5705
Every format
| HEX | #faacff |
| RGB | rgb(250, 172, 255) |
| HSL | hsl(296, 100%, 84%) |
| CMYK | cmyk(2%, 33%, 0%, 0%) |
| LAB | lab(80.2 41.6 -29.7) |
| LCH | lch(80.2 51.1 324.5) |
| OKLCH | oklch(0.846 0.140 324.6) |
Copy-ready code
/* CSS */
color: #faacff;
background-color: #faacff;
/* Tailwind (arbitrary) */
class="text-[#faacff] bg-[#faacff]"
/* SCSS */
$brand: #faacff;
/* SwiftUI */
Color(red: 0.980, green: 0.675, blue: 1.000)
/* Android */
Color.parseColor("#faacff")Accessibility — WCAG contrast
Aa
#faacff on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faacff on black: 12.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green67.5%
Blue100.0%
CMYK percentages
Cyan2.0%
Magenta32.5%
Yellow0.0%
Key (black)0.0%
Color previews
#faacff text on a black background
contrast 12.41:1
Card sample
#faacff text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faacff;
Background color
Panel with #faacff background
background-color: #faacff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faacff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 172, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 172, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faacff; background: linear-gradient(135deg, #faacff, #FFACCD);