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