#fe6ace
a light, electric magenta / pink · warm · closest name: orchid
RGB
254, 106, 206
HSL
320°, 99%, 71%
CMYK
0, 58, 19, 0
Luminance
0.3584
Every format
| HEX | #fe6ace |
| RGB | rgb(254, 106, 206) |
| HSL | hsl(320, 99%, 71%) |
| CMYK | cmyk(0%, 58%, 19%, 0%) |
| LAB | lab(66.4 66.9 -24.0) |
| LCH | lch(66.4 71.1 340.3) |
| OKLCH | oklch(0.738 0.209 342.2) |
Copy-ready code
/* CSS */
color: #fe6ace;
background-color: #fe6ace;
/* Tailwind (arbitrary) */
class="text-[#fe6ace] bg-[#fe6ace]"
/* SCSS */
$brand: #fe6ace;
/* SwiftUI */
Color(red: 0.996, green: 0.416, blue: 0.808)
/* Android */
Color.parseColor("#fe6ace")Accessibility — WCAG contrast
Aa
#fe6ace on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe6ace on black: 8.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green41.6%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta58.3%
Yellow18.9%
Key (black)0.4%
Color previews
#fe6ace text on a black background
contrast 8.17:1
Card sample
#fe6ace text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe6ace;
Background color
Panel with #fe6ace background
background-color: #fe6ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe6ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 106, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 106, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe6ace; background: linear-gradient(135deg, #fe6ace, #FE6A6B);