#e6d4f7
a pale, vivid violet · warm · closest name: lavender
RGB
230, 212, 247
HSL
271°, 69%, 90%
CMYK
7, 14, 0, 3
Luminance
0.7063
Every format
| HEX | #e6d4f7 |
| RGB | rgb(230, 212, 247) |
| HSL | hsl(271, 69%, 90%) |
| CMYK | cmyk(7%, 14%, 0%, 3%) |
| LAB | lab(87.3 12.5 -14.8) |
| LCH | lch(87.3 19.4 310.2) |
| OKLCH | oklch(0.895 0.051 308.4) |
Copy-ready code
/* CSS */
color: #e6d4f7;
background-color: #e6d4f7;
/* Tailwind (arbitrary) */
class="text-[#e6d4f7] bg-[#e6d4f7]"
/* SCSS */
$brand: #e6d4f7;
/* SwiftUI */
Color(red: 0.902, green: 0.831, blue: 0.969)
/* Android */
Color.parseColor("#e6d4f7")Accessibility — WCAG contrast
Aa
#e6d4f7 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e6d4f7 on black: 15.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green83.1%
Blue96.9%
CMYK percentages
Cyan6.9%
Magenta14.2%
Yellow0.0%
Key (black)3.1%
Color previews
#e6d4f7 text on a black background
contrast 15.13:1
Card sample
#e6d4f7 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e6d4f7;
Background color
Panel with #e6d4f7 background
background-color: #e6d4f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e6d4f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 212, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 212, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e6d4f7; background: linear-gradient(135deg, #e6d4f7, #F7D4F1);