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