#fab3fd
a light, electric magenta / pink · warm · closest name: plum
RGB
250, 179, 253
HSL
298°, 95%, 85%
CMYK
1, 29, 0, 1
Luminance
0.5966
Every format
| HEX | #fab3fd |
| RGB | rgb(250, 179, 253) |
| HSL | hsl(298, 95%, 85%) |
| CMYK | cmyk(1%, 29%, 0%, 1%) |
| LAB | lab(81.7 37.5 -26.4) |
| LCH | lch(81.7 45.9 324.9) |
| OKLCH | oklch(0.857 0.126 325.2) |
Copy-ready code
/* CSS */
color: #fab3fd;
background-color: #fab3fd;
/* Tailwind (arbitrary) */
class="text-[#fab3fd] bg-[#fab3fd]"
/* SCSS */
$brand: #fab3fd;
/* SwiftUI */
Color(red: 0.980, green: 0.702, blue: 0.992)
/* Android */
Color.parseColor("#fab3fd")Accessibility — WCAG contrast
Aa
#fab3fd on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fab3fd on black: 12.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green70.2%
Blue99.2%
CMYK percentages
Cyan1.2%
Magenta29.2%
Yellow0.0%
Key (black)0.8%
Color previews
#fab3fd text on a black background
contrast 12.93:1
Card sample
#fab3fd text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fab3fd;
Background color
Panel with #fab3fd background
background-color: #fab3fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fab3fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 179, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 179, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fab3fd; background: linear-gradient(135deg, #fab3fd, #FDB3CF);