#f5dafe
a pale, electric violet · warm · closest name: lavender
RGB
245, 218, 254
HSL
285°, 95%, 93%
CMYK
4, 14, 0, 0
Luminance
0.7671
Every format
| HEX | #f5dafe |
| RGB | rgb(245, 218, 254) |
| HSL | hsl(285, 95%, 93%) |
| CMYK | cmyk(4%, 14%, 0%, 0%) |
| LAB | lab(90.2 15.6 -14.1) |
| LCH | lch(90.2 21.0 317.9) |
| OKLCH | oklch(0.921 0.056 317.7) |
Copy-ready code
/* CSS */
color: #f5dafe;
background-color: #f5dafe;
/* Tailwind (arbitrary) */
class="text-[#f5dafe] bg-[#f5dafe]"
/* SCSS */
$brand: #f5dafe;
/* SwiftUI */
Color(red: 0.961, green: 0.855, blue: 0.996)
/* Android */
Color.parseColor("#f5dafe")Accessibility — WCAG contrast
Aa
#f5dafe on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5dafe on black: 16.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green85.5%
Blue99.6%
CMYK percentages
Cyan3.5%
Magenta14.2%
Yellow0.0%
Key (black)0.4%
Color previews
#f5dafe text on a black background
contrast 16.34:1
Card sample
#f5dafe text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5dafe;
Background color
Panel with #f5dafe background
background-color: #f5dafe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5dafe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 218, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 218, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5dafe; background: linear-gradient(135deg, #f5dafe, #FEDAEF);