#fe68df
a light, electric magenta / pink · warm · closest name: violet
RGB
254, 104, 223
HSL
312°, 99%, 70%
CMYK
0, 59, 12, 0
Luminance
0.3630
Every format
| HEX | #fe68df |
| RGB | rgb(254, 104, 223) |
| HSL | hsl(312, 99%, 70%) |
| CMYK | cmyk(0%, 59%, 12%, 0%) |
| LAB | lab(66.8 70.2 -32.9) |
| LCH | lch(66.8 77.5 334.9) |
| OKLCH | oklch(0.743 0.224 336.5) |
Copy-ready code
/* CSS */
color: #fe68df;
background-color: #fe68df;
/* Tailwind (arbitrary) */
class="text-[#fe68df] bg-[#fe68df]"
/* SCSS */
$brand: #fe68df;
/* SwiftUI */
Color(red: 0.996, green: 0.408, blue: 0.875)
/* Android */
Color.parseColor("#fe68df")Accessibility — WCAG contrast
Aa
#fe68df on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe68df on black: 8.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green40.8%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta59.1%
Yellow12.2%
Key (black)0.4%
Color previews
#fe68df text on a black background
contrast 8.26:1
Card sample
#fe68df text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe68df;
Background color
Panel with #fe68df background
background-color: #fe68df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe68df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 104, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 104, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe68df; background: linear-gradient(135deg, #fe68df, #FE687B);