#feeaff
a pale, electric magenta / pink · warm · closest name: lavender
RGB
254, 234, 255
HSL
297°, 100%, 96%
CMYK
0, 8, 0, 0
Luminance
0.8714
Every format
| HEX | #feeaff |
| RGB | rgb(254, 234, 255) |
| HSL | hsl(297, 100%, 96%) |
| CMYK | cmyk(0%, 8%, 0%, 0%) |
| LAB | lab(94.8 10.4 -7.7) |
| LCH | lch(94.8 12.9 323.6) |
| OKLCH | oklch(0.959 0.035 324.4) |
Copy-ready code
/* CSS */
color: #feeaff;
background-color: #feeaff;
/* Tailwind (arbitrary) */
class="text-[#feeaff] bg-[#feeaff]"
/* SCSS */
$brand: #feeaff;
/* SwiftUI */
Color(red: 0.996, green: 0.918, blue: 1.000)
/* Android */
Color.parseColor("#feeaff")Accessibility — WCAG contrast
Aa
#feeaff on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feeaff on black: 18.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green91.8%
Blue100.0%
CMYK percentages
Cyan0.4%
Magenta8.2%
Yellow0.0%
Key (black)0.0%
Color previews
#feeaff text on a black background
contrast 18.43:1
Card sample
#feeaff text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feeaff;
Background color
Panel with #feeaff background
background-color: #feeaff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feeaff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 234, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 234, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feeaff; background: linear-gradient(135deg, #feeaff, #FFEAF2);