#fa97eb
a light, electric magenta / pink · warm · closest name: violet
RGB
250, 151, 235
HSL
309°, 91%, 79%
CMYK
0, 40, 6, 2
Luminance
0.4846
Every format
| HEX | #fa97eb |
| RGB | rgb(250, 151, 235) |
| HSL | hsl(309, 91%, 79%) |
| CMYK | cmyk(0%, 40%, 6%, 2%) |
| LAB | lab(75.1 48.9 -26.7) |
| LCH | lch(75.1 55.7 331.4) |
| OKLCH | oklch(0.805 0.157 332.6) |
Copy-ready code
/* CSS */
color: #fa97eb;
background-color: #fa97eb;
/* Tailwind (arbitrary) */
class="text-[#fa97eb] bg-[#fa97eb]"
/* SCSS */
$brand: #fa97eb;
/* SwiftUI */
Color(red: 0.980, green: 0.592, blue: 0.922)
/* Android */
Color.parseColor("#fa97eb")Accessibility — WCAG contrast
Aa
#fa97eb on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fa97eb on black: 10.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green59.2%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta39.6%
Yellow6.0%
Key (black)2.0%
Color previews
#fa97eb text on a black background
contrast 10.69:1
Card sample
#fa97eb text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fa97eb;
Background color
Panel with #fa97eb background
background-color: #fa97eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fa97eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 151, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 151, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fa97eb; background: linear-gradient(135deg, #fa97eb, #FA97A9);