#f3dfff
a pale, electric violet · warm · closest name: lavender
RGB
243, 223, 255
HSL
278°, 100%, 94%
CMYK
5, 13, 0, 0
Luminance
0.7905
Every format
| HEX | #f3dfff |
| RGB | rgb(243, 223, 255) |
| HSL | hsl(278, 100%, 94%) |
| CMYK | cmyk(5%, 13%, 0%, 0%) |
| LAB | lab(91.3 12.5 -13.0) |
| LCH | lch(91.3 18.1 313.8) |
| OKLCH | oklch(0.929 0.048 313.0) |
Copy-ready code
/* CSS */
color: #f3dfff;
background-color: #f3dfff;
/* Tailwind (arbitrary) */
class="text-[#f3dfff] bg-[#f3dfff]"
/* SCSS */
$brand: #f3dfff;
/* SwiftUI */
Color(red: 0.953, green: 0.875, blue: 1.000)
/* Android */
Color.parseColor("#f3dfff")Accessibility — WCAG contrast
Aa
#f3dfff on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3dfff on black: 16.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green87.5%
Blue100.0%
CMYK percentages
Cyan4.7%
Magenta12.5%
Yellow0.0%
Key (black)0.0%
Color previews
#f3dfff text on a black background
contrast 16.81:1
Card sample
#f3dfff text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3dfff;
Background color
Panel with #f3dfff background
background-color: #f3dfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3dfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 223, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 223, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3dfff; background: linear-gradient(135deg, #f3dfff, #FFDFF6);