#fab0eb
a light, electric magenta / pink · warm · closest name: plum
RGB
250, 176, 235
HSL
312°, 88%, 84%
CMYK
0, 30, 6, 2
Luminance
0.5737
Every format
| HEX | #fab0eb |
| RGB | rgb(250, 176, 235) |
| HSL | hsl(312, 88%, 84%) |
| CMYK | cmyk(0%, 30%, 6%, 2%) |
| LAB | lab(80.4 35.9 -18.7) |
| LCH | lch(80.4 40.5 332.6) |
| OKLCH | oklch(0.845 0.114 334.0) |
Copy-ready code
/* CSS */
color: #fab0eb;
background-color: #fab0eb;
/* Tailwind (arbitrary) */
class="text-[#fab0eb] bg-[#fab0eb]"
/* SCSS */
$brand: #fab0eb;
/* SwiftUI */
Color(red: 0.980, green: 0.690, blue: 0.922)
/* Android */
Color.parseColor("#fab0eb")Accessibility — WCAG contrast
Aa
#fab0eb on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fab0eb on black: 12.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green69.0%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta29.6%
Yellow6.0%
Key (black)2.0%
Color previews
#fab0eb text on a black background
contrast 12.47:1
Card sample
#fab0eb text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fab0eb;
Background color
Panel with #fab0eb background
background-color: #fab0eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fab0eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 176, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 176, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fab0eb; background: linear-gradient(135deg, #fab0eb, #FAB0B9);