#fe6df9
a light, electric magenta / pink · warm · closest name: violet
RGB
254, 109, 249
HSL
302°, 99%, 71%
CMYK
0, 57, 2, 0
Luminance
0.3885
Every format
| HEX | #fe6df9 |
| RGB | rgb(254, 109, 249) |
| HSL | hsl(302, 99%, 71%) |
| CMYK | cmyk(0%, 57%, 2%, 0%) |
| LAB | lab(68.6 72.1 -44.3) |
| LCH | lch(68.6 84.7 328.4) |
| OKLCH | oklch(0.760 0.236 329.0) |
Copy-ready code
/* CSS */
color: #fe6df9;
background-color: #fe6df9;
/* Tailwind (arbitrary) */
class="text-[#fe6df9] bg-[#fe6df9]"
/* SCSS */
$brand: #fe6df9;
/* SwiftUI */
Color(red: 0.996, green: 0.427, blue: 0.976)
/* Android */
Color.parseColor("#fe6df9")Accessibility — WCAG contrast
Aa
#fe6df9 on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe6df9 on black: 8.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green42.7%
Blue97.6%
CMYK percentages
Cyan0.0%
Magenta57.1%
Yellow2.0%
Key (black)0.4%
Color previews
#fe6df9 text on a black background
contrast 8.77:1
Card sample
#fe6df9 text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe6df9;
Background color
Panel with #fe6df9 background
background-color: #fe6df9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe6df9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 109, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 109, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe6df9; background: linear-gradient(135deg, #fe6df9, #FE6D98);