#f3dffd
a pale, electric violet · warm · closest name: lavender
RGB
243, 223, 253
HSL
280°, 88%, 93%
CMYK
4, 12, 0, 1
Luminance
0.7892
Every format
| HEX | #f3dffd |
| RGB | rgb(243, 223, 253) |
| HSL | hsl(280, 88%, 93%) |
| CMYK | cmyk(4%, 12%, 0%, 1%) |
| LAB | lab(91.2 12.1 -12.1) |
| LCH | lch(91.2 17.1 315.2) |
| OKLCH | oklch(0.929 0.045 314.6) |
Copy-ready code
/* CSS */
color: #f3dffd;
background-color: #f3dffd;
/* Tailwind (arbitrary) */
class="text-[#f3dffd] bg-[#f3dffd]"
/* SCSS */
$brand: #f3dffd;
/* SwiftUI */
Color(red: 0.953, green: 0.875, blue: 0.992)
/* Android */
Color.parseColor("#f3dffd")Accessibility — WCAG contrast
Aa
#f3dffd on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3dffd on black: 16.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green87.5%
Blue99.2%
CMYK percentages
Cyan4.0%
Magenta11.9%
Yellow0.0%
Key (black)0.8%
Color previews
#f3dffd text on a black background
contrast 16.78:1
Card sample
#f3dffd text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3dffd;
Background color
Panel with #f3dffd background
background-color: #f3dffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3dffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 223, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 223, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3dffd; background: linear-gradient(135deg, #f3dffd, #FDDFF3);