#faace7
a light, electric magenta / pink · warm · closest name: plum
RGB
250, 172, 231
HSL
315°, 89%, 83%
CMYK
0, 31, 8, 2
Luminance
0.5560
Every format
| HEX | #faace7 |
| RGB | rgb(250, 172, 231) |
| HSL | hsl(315, 89%, 83%) |
| CMYK | cmyk(0%, 31%, 8%, 2%) |
| LAB | lab(79.4 37.4 -18.0) |
| LCH | lch(79.4 41.5 334.2) |
| OKLCH | oklch(0.837 0.117 335.8) |
Copy-ready code
/* CSS */
color: #faace7;
background-color: #faace7;
/* Tailwind (arbitrary) */
class="text-[#faace7] bg-[#faace7]"
/* SCSS */
$brand: #faace7;
/* SwiftUI */
Color(red: 0.980, green: 0.675, blue: 0.906)
/* Android */
Color.parseColor("#faace7")Accessibility — WCAG contrast
Aa
#faace7 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faace7 on black: 12.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green67.5%
Blue90.6%
CMYK percentages
Cyan0.0%
Magenta31.2%
Yellow7.6%
Key (black)2.0%
Color previews
#faace7 text on a black background
contrast 12.12:1
Card sample
#faace7 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faace7;
Background color
Panel with #faace7 background
background-color: #faace7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faace7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 172, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 172, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faace7; background: linear-gradient(135deg, #faace7, #FAACB3);