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