#f3dafd
a pale, electric violet · warm · closest name: lavender
RGB
243, 218, 253
HSL
283°, 90%, 92%
CMYK
4, 14, 0, 1
Luminance
0.7629
Every format
| HEX | #f3dafd |
| RGB | rgb(243, 218, 253) |
| HSL | hsl(283, 90%, 92%) |
| CMYK | cmyk(4%, 14%, 0%, 1%) |
| LAB | lab(90.0 14.7 -13.9) |
| LCH | lch(90.0 20.2 316.8) |
| OKLCH | oklch(0.919 0.054 316.3) |
Copy-ready code
/* CSS */
color: #f3dafd;
background-color: #f3dafd;
/* Tailwind (arbitrary) */
class="text-[#f3dafd] bg-[#f3dafd]"
/* SCSS */
$brand: #f3dafd;
/* SwiftUI */
Color(red: 0.953, green: 0.855, blue: 0.992)
/* Android */
Color.parseColor("#f3dafd")Accessibility — WCAG contrast
Aa
#f3dafd on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3dafd on black: 16.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green85.5%
Blue99.2%
CMYK percentages
Cyan4.0%
Magenta13.8%
Yellow0.0%
Key (black)0.8%
Color previews
#f3dafd text on a black background
contrast 16.26:1
Card sample
#f3dafd text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3dafd;
Background color
Panel with #f3dafd background
background-color: #f3dafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3dafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 218, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 218, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3dafd; background: linear-gradient(135deg, #f3dafd, #FDDAF0);