#fea5ff
a light, electric magenta / pink · warm · closest name: violet
RGB
254, 165, 255
HSL
299°, 100%, 82%
CMYK
0, 35, 0, 0
Luminance
0.5520
Every format
| HEX | #fea5ff |
| RGB | rgb(254, 165, 255) |
| HSL | hsl(299, 100%, 82%) |
| CMYK | cmyk(0%, 35%, 0%, 0%) |
| LAB | lab(79.2 46.4 -31.3) |
| LCH | lch(79.2 56.0 326.0) |
| OKLCH | oklch(0.839 0.154 326.5) |
Copy-ready code
/* CSS */
color: #fea5ff;
background-color: #fea5ff;
/* Tailwind (arbitrary) */
class="text-[#fea5ff] bg-[#fea5ff]"
/* SCSS */
$brand: #fea5ff;
/* SwiftUI */
Color(red: 0.996, green: 0.647, blue: 1.000)
/* Android */
Color.parseColor("#fea5ff")Accessibility — WCAG contrast
Aa
#fea5ff on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fea5ff on black: 12.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green64.7%
Blue100.0%
CMYK percentages
Cyan0.4%
Magenta35.3%
Yellow0.0%
Key (black)0.0%
Color previews
#fea5ff text on a black background
contrast 12.04:1
Card sample
#fea5ff text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fea5ff;
Background color
Panel with #fea5ff background
background-color: #fea5ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fea5ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 165, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 165, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fea5ff; background: linear-gradient(135deg, #fea5ff, #FFA5C4);