#fae5f2
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
250, 229, 242
HSL
323°, 68%, 94%
CMYK
0, 8, 3, 2
Luminance
0.8277
Every format
| HEX | #fae5f2 |
| RGB | rgb(250, 229, 242) |
| HSL | hsl(323, 68%, 94%) |
| CMYK | cmyk(0%, 8%, 3%, 2%) |
| LAB | lab(92.9 9.3 -3.7) |
| LCH | lch(92.9 10.1 338.4) |
| OKLCH | oklch(0.943 0.028 340.0) |
Copy-ready code
/* CSS */
color: #fae5f2;
background-color: #fae5f2;
/* Tailwind (arbitrary) */
class="text-[#fae5f2] bg-[#fae5f2]"
/* SCSS */
$brand: #fae5f2;
/* SwiftUI */
Color(red: 0.980, green: 0.898, blue: 0.949)
/* Android */
Color.parseColor("#fae5f2")Accessibility — WCAG contrast
Aa
#fae5f2 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fae5f2 on black: 17.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green89.8%
Blue94.9%
CMYK percentages
Cyan0.0%
Magenta8.4%
Yellow3.2%
Key (black)2.0%
Color previews
#fae5f2 text on a black background
contrast 17.55:1
Card sample
#fae5f2 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fae5f2;
Background color
Panel with #fae5f2 background
background-color: #fae5f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fae5f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 229, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 229, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fae5f2; background: linear-gradient(135deg, #fae5f2, #FAE6E5);