#fabaf2
a pale, electric magenta / pink · warm · closest name: plum
RGB
250, 186, 242
HSL
308°, 87%, 86%
CMYK
0, 26, 3, 2
Luminance
0.6185
Every format
| HEX | #fabaf2 |
| RGB | rgb(250, 186, 242) |
| HSL | hsl(308, 87%, 86%) |
| CMYK | cmyk(0%, 26%, 3%, 2%) |
| LAB | lab(82.8 31.9 -18.7) |
| LCH | lch(82.8 37.0 329.6) |
| OKLCH | oklch(0.865 0.103 330.8) |
Copy-ready code
/* CSS */
color: #fabaf2;
background-color: #fabaf2;
/* Tailwind (arbitrary) */
class="text-[#fabaf2] bg-[#fabaf2]"
/* SCSS */
$brand: #fabaf2;
/* SwiftUI */
Color(red: 0.980, green: 0.729, blue: 0.949)
/* Android */
Color.parseColor("#fabaf2")Accessibility — WCAG contrast
Aa
#fabaf2 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fabaf2 on black: 13.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green72.9%
Blue94.9%
CMYK percentages
Cyan0.0%
Magenta25.6%
Yellow3.2%
Key (black)2.0%
Color previews
#fabaf2 text on a black background
contrast 13.37:1
Card sample
#fabaf2 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fabaf2;
Background color
Panel with #fabaf2 background
background-color: #fabaf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fabaf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 186, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 186, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fabaf2; background: linear-gradient(135deg, #fabaf2, #FABAC7);