#eccdfb
a pale, electric violet · warm · closest name: lavender
RGB
236, 205, 251
HSL
280°, 85%, 89%
CMYK
6, 18, 0, 2
Luminance
0.6846
Every format
| HEX | #eccdfb |
| RGB | rgb(236, 205, 251) |
| HSL | hsl(280, 85%, 89%) |
| CMYK | cmyk(6%, 18%, 0%, 2%) |
| LAB | lab(86.2 18.9 -18.5) |
| LCH | lch(86.2 26.5 315.7) |
| OKLCH | oklch(0.889 0.070 314.7) |
Copy-ready code
/* CSS */
color: #eccdfb;
background-color: #eccdfb;
/* Tailwind (arbitrary) */
class="text-[#eccdfb] bg-[#eccdfb]"
/* SCSS */
$brand: #eccdfb;
/* SwiftUI */
Color(red: 0.925, green: 0.804, blue: 0.984)
/* Android */
Color.parseColor("#eccdfb")Accessibility — WCAG contrast
Aa
#eccdfb on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccdfb on black: 14.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green80.4%
Blue98.4%
CMYK percentages
Cyan6.0%
Magenta18.3%
Yellow0.0%
Key (black)1.6%
Color previews
#eccdfb text on a black background
contrast 14.69:1
Card sample
#eccdfb text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccdfb;
Background color
Panel with #eccdfb background
background-color: #eccdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 205, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 205, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccdfb; background: linear-gradient(135deg, #eccdfb, #FBCDEB);