#f6d9fc
a pale, electric violet · warm · closest name: lavender
RGB
246, 217, 252
HSL
290°, 85%, 92%
CMYK
2, 14, 0, 1
Luminance
0.7625
Every format
| HEX | #f6d9fc |
| RGB | rgb(246, 217, 252) |
| HSL | hsl(290, 85%, 92%) |
| CMYK | cmyk(2%, 14%, 0%, 1%) |
| LAB | lab(90.0 16.1 -13.3) |
| LCH | lch(90.0 20.9 320.3) |
| OKLCH | oklch(0.920 0.056 320.5) |
Copy-ready code
/* CSS */
color: #f6d9fc;
background-color: #f6d9fc;
/* Tailwind (arbitrary) */
class="text-[#f6d9fc] bg-[#f6d9fc]"
/* SCSS */
$brand: #f6d9fc;
/* SwiftUI */
Color(red: 0.965, green: 0.851, blue: 0.988)
/* Android */
Color.parseColor("#f6d9fc")Accessibility — WCAG contrast
Aa
#f6d9fc on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6d9fc on black: 16.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green85.1%
Blue98.8%
CMYK percentages
Cyan2.4%
Magenta13.9%
Yellow0.0%
Key (black)1.2%
Color previews
#f6d9fc text on a black background
contrast 16.25:1
Card sample
#f6d9fc text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6d9fc;
Background color
Panel with #f6d9fc background
background-color: #f6d9fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6d9fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 217, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 217, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6d9fc; background: linear-gradient(135deg, #f6d9fc, #FCD9EB);