#eccef6
a pale, vivid violet · warm · closest name: lavender
RGB
236, 206, 246
HSL
285°, 69%, 89%
CMYK
4, 16, 0, 4
Luminance
0.6863
Every format
| HEX | #eccef6 |
| RGB | rgb(236, 206, 246) |
| HSL | hsl(285, 69%, 89%) |
| CMYK | cmyk(4%, 16%, 0%, 4%) |
| LAB | lab(86.3 17.5 -15.7) |
| LCH | lch(86.3 23.5 318.0) |
| OKLCH | oklch(0.889 0.063 317.6) |
Copy-ready code
/* CSS */
color: #eccef6;
background-color: #eccef6;
/* Tailwind (arbitrary) */
class="text-[#eccef6] bg-[#eccef6]"
/* SCSS */
$brand: #eccef6;
/* SwiftUI */
Color(red: 0.925, green: 0.808, blue: 0.965)
/* Android */
Color.parseColor("#eccef6")Accessibility — WCAG contrast
Aa
#eccef6 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccef6 on black: 14.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green80.8%
Blue96.5%
CMYK percentages
Cyan4.1%
Magenta16.3%
Yellow0.0%
Key (black)3.5%
Color previews
#eccef6 text on a black background
contrast 14.73:1
Card sample
#eccef6 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccef6;
Background color
Panel with #eccef6 background
background-color: #eccef6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccef6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 206, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 206, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccef6; background: linear-gradient(135deg, #eccef6, #F6CEE5);