#f89dfd
a light, electric magenta / pink · warm · closest name: violet
RGB
248, 157, 253
HSL
297°, 96%, 80%
CMYK
2, 38, 0, 1
Luminance
0.5116
Every format
| HEX | #f89dfd |
| RGB | rgb(248, 157, 253) |
| HSL | hsl(297, 96%, 80%) |
| CMYK | cmyk(2%, 38%, 0%, 1%) |
| LAB | lab(76.8 48.4 -33.9) |
| LCH | lch(76.8 59.1 325.0) |
| OKLCH | oklch(0.819 0.162 325.1) |
Copy-ready code
/* CSS */
color: #f89dfd;
background-color: #f89dfd;
/* Tailwind (arbitrary) */
class="text-[#f89dfd] bg-[#f89dfd]"
/* SCSS */
$brand: #f89dfd;
/* SwiftUI */
Color(red: 0.973, green: 0.616, blue: 0.992)
/* Android */
Color.parseColor("#f89dfd")Accessibility — WCAG contrast
Aa
#f89dfd on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f89dfd on black: 11.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green61.6%
Blue99.2%
CMYK percentages
Cyan2.0%
Magenta37.9%
Yellow0.0%
Key (black)0.8%
Color previews
#f89dfd text on a black background
contrast 11.23:1
Card sample
#f89dfd text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f89dfd;
Background color
Panel with #f89dfd background
background-color: #f89dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f89dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 157, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 157, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f89dfd; background: linear-gradient(135deg, #f89dfd, #FD9DC2);