#f5dafc
a pale, electric violet · warm · closest name: lavender
RGB
245, 218, 252
HSL
288°, 85%, 92%
CMYK
3, 14, 0, 1
Luminance
0.7658
Every format
| HEX | #f5dafc |
| RGB | rgb(245, 218, 252) |
| HSL | hsl(288, 85%, 92%) |
| CMYK | cmyk(3%, 14%, 0%, 1%) |
| LAB | lab(90.1 15.2 -13.1) |
| LCH | lch(90.1 20.1 319.2) |
| OKLCH | oklch(0.921 0.054 319.3) |
Copy-ready code
/* CSS */
color: #f5dafc;
background-color: #f5dafc;
/* Tailwind (arbitrary) */
class="text-[#f5dafc] bg-[#f5dafc]"
/* SCSS */
$brand: #f5dafc;
/* SwiftUI */
Color(red: 0.961, green: 0.855, blue: 0.988)
/* Android */
Color.parseColor("#f5dafc")Accessibility — WCAG contrast
Aa
#f5dafc on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5dafc on black: 16.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green85.5%
Blue98.8%
CMYK percentages
Cyan2.8%
Magenta13.5%
Yellow0.0%
Key (black)1.2%
Color previews
#f5dafc text on a black background
contrast 16.32:1
Card sample
#f5dafc text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5dafc;
Background color
Panel with #f5dafc background
background-color: #f5dafc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5dafc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 218, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 218, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5dafc; background: linear-gradient(135deg, #f5dafc, #FCDAEC);