#fab8eb
a pale, electric magenta / pink · warm · closest name: plum
RGB
250, 184, 235
HSL
314°, 87%, 85%
CMYK
0, 26, 6, 2
Luminance
0.6060
Every format
| HEX | #fab8eb |
| RGB | rgb(250, 184, 235) |
| HSL | hsl(314, 87%, 85%) |
| CMYK | cmyk(0%, 26%, 6%, 2%) |
| LAB | lab(82.2 31.7 -16.0) |
| LCH | lch(82.2 35.5 333.3) |
| OKLCH | oklch(0.859 0.100 334.8) |
Copy-ready code
/* CSS */
color: #fab8eb;
background-color: #fab8eb;
/* Tailwind (arbitrary) */
class="text-[#fab8eb] bg-[#fab8eb]"
/* SCSS */
$brand: #fab8eb;
/* SwiftUI */
Color(red: 0.980, green: 0.722, blue: 0.922)
/* Android */
Color.parseColor("#fab8eb")Accessibility — WCAG contrast
Aa
#fab8eb on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fab8eb on black: 13.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green72.2%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta26.4%
Yellow6.0%
Key (black)2.0%
Color previews
#fab8eb text on a black background
contrast 13.12:1
Card sample
#fab8eb text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fab8eb;
Background color
Panel with #fab8eb background
background-color: #fab8eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fab8eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 184, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 184, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fab8eb; background: linear-gradient(135deg, #fab8eb, #FAB8BF);