#f6ddfe
a pale, electric violet · warm · closest name: lavender
RGB
246, 221, 254
HSL
286°, 94%, 93%
CMYK
3, 13, 0, 0
Luminance
0.7846
Every format
| HEX | #f6ddfe |
| RGB | rgb(246, 221, 254) |
| HSL | hsl(286, 94%, 93%) |
| CMYK | cmyk(3%, 13%, 0%, 0%) |
| LAB | lab(91.0 14.3 -12.9) |
| LCH | lch(91.0 19.3 318.1) |
| OKLCH | oklch(0.928 0.051 317.9) |
Copy-ready code
/* CSS */
color: #f6ddfe;
background-color: #f6ddfe;
/* Tailwind (arbitrary) */
class="text-[#f6ddfe] bg-[#f6ddfe]"
/* SCSS */
$brand: #f6ddfe;
/* SwiftUI */
Color(red: 0.965, green: 0.867, blue: 0.996)
/* Android */
Color.parseColor("#f6ddfe")Accessibility — WCAG contrast
Aa
#f6ddfe on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6ddfe on black: 16.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green86.7%
Blue99.6%
CMYK percentages
Cyan3.1%
Magenta13.0%
Yellow0.0%
Key (black)0.4%
Color previews
#f6ddfe text on a black background
contrast 16.69:1
Card sample
#f6ddfe text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6ddfe;
Background color
Panel with #f6ddfe background
background-color: #f6ddfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6ddfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 221, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 221, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6ddfe; background: linear-gradient(135deg, #f6ddfe, #FEDDF0);