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