#f3d4fc
a pale, electric violet · warm · closest name: lavender
RGB
243, 212, 252
HSL
287°, 87%, 91%
CMYK
4, 16, 0, 1
Luminance
0.7317
Every format
| HEX | #f3d4fc |
| RGB | rgb(243, 212, 252) |
| HSL | hsl(287, 87%, 91%) |
| CMYK | cmyk(4%, 16%, 0%, 1%) |
| LAB | lab(88.5 17.7 -15.5) |
| LCH | lch(88.5 23.6 318.8) |
| OKLCH | oklch(0.908 0.063 318.6) |
Copy-ready code
/* CSS */
color: #f3d4fc;
background-color: #f3d4fc;
/* Tailwind (arbitrary) */
class="text-[#f3d4fc] bg-[#f3d4fc]"
/* SCSS */
$brand: #f3d4fc;
/* SwiftUI */
Color(red: 0.953, green: 0.831, blue: 0.988)
/* Android */
Color.parseColor("#f3d4fc")Accessibility — WCAG contrast
Aa
#f3d4fc on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3d4fc on black: 15.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green83.1%
Blue98.8%
CMYK percentages
Cyan3.6%
Magenta15.9%
Yellow0.0%
Key (black)1.2%
Color previews
#f3d4fc text on a black background
contrast 15.63:1
Card sample
#f3d4fc text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3d4fc;
Background color
Panel with #f3d4fc background
background-color: #f3d4fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3d4fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 212, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 212, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3d4fc; background: linear-gradient(135deg, #f3d4fc, #FCD4EA);