#fe6abc
a light, electric magenta / pink · warm · closest name: orchid
RGB
254, 106, 188
HSL
327°, 99%, 71%
CMYK
0, 58, 26, 0
Luminance
0.3501
Every format
| HEX | #fe6abc |
| RGB | rgb(254, 106, 188) |
| HSL | hsl(327, 99%, 71%) |
| CMYK | cmyk(0%, 58%, 26%, 0%) |
| LAB | lab(65.8 64.5 -14.8) |
| LCH | lch(65.8 66.2 347.1) |
| OKLCH | oklch(0.731 0.199 348.8) |
Copy-ready code
/* CSS */
color: #fe6abc;
background-color: #fe6abc;
/* Tailwind (arbitrary) */
class="text-[#fe6abc] bg-[#fe6abc]"
/* SCSS */
$brand: #fe6abc;
/* SwiftUI */
Color(red: 0.996, green: 0.416, blue: 0.737)
/* Android */
Color.parseColor("#fe6abc")Accessibility — WCAG contrast
Aa
#fe6abc on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fe6abc on black: 8.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green41.6%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta58.3%
Yellow26.0%
Key (black)0.4%
Color previews
#fe6abc text on a black background
contrast 8.00:1
Card sample
#fe6abc text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fe6abc;
Background color
Panel with #fe6abc background
background-color: #fe6abc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fe6abc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 106, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 106, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fe6abc; background: linear-gradient(135deg, #fe6abc, #FE7B6A);