#f6dafd
a pale, electric violet · warm · closest name: lavender
RGB
246, 218, 253
HSL
288°, 90%, 92%
CMYK
3, 14, 0, 1
Luminance
0.7683
Every format
| HEX | #f6dafd |
| RGB | rgb(246, 218, 253) |
| HSL | hsl(288, 90%, 92%) |
| CMYK | cmyk(3%, 14%, 0%, 1%) |
| LAB | lab(90.2 15.7 -13.5) |
| LCH | lch(90.2 20.7 319.4) |
| OKLCH | oklch(0.922 0.056 319.5) |
Copy-ready code
/* CSS */
color: #f6dafd;
background-color: #f6dafd;
/* Tailwind (arbitrary) */
class="text-[#f6dafd] bg-[#f6dafd]"
/* SCSS */
$brand: #f6dafd;
/* SwiftUI */
Color(red: 0.965, green: 0.855, blue: 0.992)
/* Android */
Color.parseColor("#f6dafd")Accessibility — WCAG contrast
Aa
#f6dafd on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6dafd on black: 16.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green85.5%
Blue99.2%
CMYK percentages
Cyan2.8%
Magenta13.8%
Yellow0.0%
Key (black)0.8%
Color previews
#f6dafd text on a black background
contrast 16.37:1
Card sample
#f6dafd text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6dafd;
Background color
Panel with #f6dafd background
background-color: #f6dafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6dafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 218, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 218, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6dafd; background: linear-gradient(135deg, #f6dafd, #FDDAED);