#fb5eee
a light, electric magenta / pink · warm · closest name: violet
RGB
251, 94, 238
HSL
305°, 95%, 68%
CMYK
0, 63, 5, 2
Luminance
0.3469
Every format
| HEX | #fb5eee |
| RGB | rgb(251, 94, 238) |
| HSL | hsl(305, 95%, 68%) |
| CMYK | cmyk(0%, 63%, 5%, 2%) |
| LAB | lab(65.5 75.7 -43.2) |
| LCH | lch(65.5 87.2 330.3) |
| OKLCH | oklch(0.735 0.246 331.2) |
Copy-ready code
/* CSS */
color: #fb5eee;
background-color: #fb5eee;
/* Tailwind (arbitrary) */
class="text-[#fb5eee] bg-[#fb5eee]"
/* SCSS */
$brand: #fb5eee;
/* SwiftUI */
Color(red: 0.984, green: 0.369, blue: 0.933)
/* Android */
Color.parseColor("#fb5eee")Accessibility — WCAG contrast
Aa
#fb5eee on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fb5eee on black: 7.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green36.9%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta62.5%
Yellow5.2%
Key (black)1.6%
Color previews
#fb5eee text on a black background
contrast 7.94:1
Card sample
#fb5eee text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fb5eee;
Background color
Panel with #fb5eee background
background-color: #fb5eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fb5eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 94, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 94, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fb5eee; background: linear-gradient(135deg, #fb5eee, #FB5E85);