#fab5eb
a light, electric magenta / pink · warm · closest name: plum
RGB
250, 181, 235
HSL
313°, 87%, 85%
CMYK
0, 28, 6, 2
Luminance
0.5937
Every format
| HEX | #fab5eb |
| RGB | rgb(250, 181, 235) |
| HSL | hsl(313, 87%, 85%) |
| CMYK | cmyk(0%, 28%, 6%, 2%) |
| LAB | lab(81.5 33.3 -17.0) |
| LCH | lch(81.5 37.4 333.0) |
| OKLCH | oklch(0.854 0.105 334.4) |
Copy-ready code
/* CSS */
color: #fab5eb;
background-color: #fab5eb;
/* Tailwind (arbitrary) */
class="text-[#fab5eb] bg-[#fab5eb]"
/* SCSS */
$brand: #fab5eb;
/* SwiftUI */
Color(red: 0.980, green: 0.710, blue: 0.922)
/* Android */
Color.parseColor("#fab5eb")Accessibility — WCAG contrast
Aa
#fab5eb on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fab5eb on black: 12.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green71.0%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta27.6%
Yellow6.0%
Key (black)2.0%
Color previews
#fab5eb text on a black background
contrast 12.87:1
Card sample
#fab5eb text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fab5eb;
Background color
Panel with #fab5eb background
background-color: #fab5eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fab5eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 181, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 181, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fab5eb; background: linear-gradient(135deg, #fab5eb, #FAB5BD);