#fae5ff
a pale, electric violet · warm · closest name: lavender
RGB
250, 229, 255
HSL
289°, 100%, 95%
CMYK
2, 10, 0, 0
Luminance
0.8358
Every format
| HEX | #fae5ff |
| RGB | rgb(250, 229, 255) |
| HSL | hsl(289, 100%, 95%) |
| CMYK | cmyk(2%, 10%, 0%, 0%) |
| LAB | lab(93.3 11.7 -10.0) |
| LCH | lch(93.3 15.3 319.5) |
| OKLCH | oklch(0.946 0.041 319.7) |
Copy-ready code
/* CSS */
color: #fae5ff;
background-color: #fae5ff;
/* Tailwind (arbitrary) */
class="text-[#fae5ff] bg-[#fae5ff]"
/* SCSS */
$brand: #fae5ff;
/* SwiftUI */
Color(red: 0.980, green: 0.898, blue: 1.000)
/* Android */
Color.parseColor("#fae5ff")Accessibility — WCAG contrast
Aa
#fae5ff on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fae5ff on black: 17.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green89.8%
Blue100.0%
CMYK percentages
Cyan2.0%
Magenta10.2%
Yellow0.0%
Key (black)0.0%
Color previews
#fae5ff text on a black background
contrast 17.72:1
Card sample
#fae5ff text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fae5ff;
Background color
Panel with #fae5ff background
background-color: #fae5ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fae5ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 229, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 229, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fae5ff; background: linear-gradient(135deg, #fae5ff, #FFE5F3);