#faebff
a pale, electric violet · warm · closest name: lavender
RGB
250, 235, 255
HSL
285°, 100%, 96%
CMYK
2, 8, 0, 0
Luminance
0.8696
Every format
| HEX | #faebff |
| RGB | rgb(250, 235, 255) |
| HSL | hsl(285, 100%, 96%) |
| CMYK | cmyk(2%, 8%, 0%, 0%) |
| LAB | lab(94.7 8.6 -7.8) |
| LCH | lch(94.7 11.6 317.7) |
| OKLCH | oklch(0.958 0.031 317.7) |
Copy-ready code
/* CSS */
color: #faebff;
background-color: #faebff;
/* Tailwind (arbitrary) */
class="text-[#faebff] bg-[#faebff]"
/* SCSS */
$brand: #faebff;
/* SwiftUI */
Color(red: 0.980, green: 0.922, blue: 1.000)
/* Android */
Color.parseColor("#faebff")Accessibility — WCAG contrast
Aa
#faebff on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faebff on black: 18.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green92.2%
Blue100.0%
CMYK percentages
Cyan2.0%
Magenta7.8%
Yellow0.0%
Key (black)0.0%
Color previews
#faebff text on a black background
contrast 18.39:1
Card sample
#faebff text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faebff;
Background color
Panel with #faebff background
background-color: #faebff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faebff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 235, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 235, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faebff; background: linear-gradient(135deg, #faebff, #FFEBF7);