#f89aef
a light, electric magenta / pink · warm · closest name: violet
RGB
248, 154, 239
HSL
306°, 87%, 79%
CMYK
0, 38, 4, 3
Luminance
0.4930
Every format
| HEX | #f89aef |
| RGB | rgb(248, 154, 239) |
| HSL | hsl(306, 87%, 79%) |
| CMYK | cmyk(0%, 38%, 4%, 3%) |
| LAB | lab(75.6 47.4 -28.1) |
| LCH | lch(75.6 55.1 329.4) |
| OKLCH | oklch(0.809 0.154 330.4) |
Copy-ready code
/* CSS */
color: #f89aef;
background-color: #f89aef;
/* Tailwind (arbitrary) */
class="text-[#f89aef] bg-[#f89aef]"
/* SCSS */
$brand: #f89aef;
/* SwiftUI */
Color(red: 0.973, green: 0.604, blue: 0.937)
/* Android */
Color.parseColor("#f89aef")Accessibility — WCAG contrast
Aa
#f89aef on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f89aef on black: 10.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green60.4%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta37.9%
Yellow3.6%
Key (black)2.7%
Color previews
#f89aef text on a black background
contrast 10.86:1
Card sample
#f89aef text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f89aef;
Background color
Panel with #f89aef background
background-color: #f89aef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f89aef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 154, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 154, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f89aef; background: linear-gradient(135deg, #f89aef, #F89AB0);