#f4d6fc
a pale, electric violet · warm · closest name: lavender
RGB
244, 214, 252
HSL
287°, 86%, 91%
CMYK
3, 15, 0, 1
Luminance
0.7435
Every format
| HEX | #f4d6fc |
| RGB | rgb(244, 214, 252) |
| HSL | hsl(287, 86%, 91%) |
| CMYK | cmyk(3%, 15%, 0%, 1%) |
| LAB | lab(89.1 17.0 -14.7) |
| LCH | lch(89.1 22.4 319.2) |
| OKLCH | oklch(0.912 0.060 319.1) |
Copy-ready code
/* CSS */
color: #f4d6fc;
background-color: #f4d6fc;
/* Tailwind (arbitrary) */
class="text-[#f4d6fc] bg-[#f4d6fc]"
/* SCSS */
$brand: #f4d6fc;
/* SwiftUI */
Color(red: 0.957, green: 0.839, blue: 0.988)
/* Android */
Color.parseColor("#f4d6fc")Accessibility — WCAG contrast
Aa
#f4d6fc on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4d6fc on black: 15.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green83.9%
Blue98.8%
CMYK percentages
Cyan3.2%
Magenta15.1%
Yellow0.0%
Key (black)1.2%
Color previews
#f4d6fc text on a black background
contrast 15.87:1
Card sample
#f4d6fc text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4d6fc;
Background color
Panel with #f4d6fc background
background-color: #f4d6fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4d6fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 214, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 214, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4d6fc; background: linear-gradient(135deg, #f4d6fc, #FCD6EB);