#ecceff
a pale, electric violet · warm · closest name: plum
RGB
236, 206, 255
HSL
277°, 100%, 90%
CMYK
8, 19, 0, 0
Luminance
0.6920
Every format
| HEX | #ecceff |
| RGB | rgb(236, 206, 255) |
| HSL | hsl(277, 100%, 90%) |
| CMYK | cmyk(8%, 19%, 0%, 0%) |
| LAB | lab(86.6 19.2 -20.1) |
| LCH | lch(86.6 27.8 313.7) |
| OKLCH | oklch(0.892 0.073 312.2) |
Copy-ready code
/* CSS */
color: #ecceff;
background-color: #ecceff;
/* Tailwind (arbitrary) */
class="text-[#ecceff] bg-[#ecceff]"
/* SCSS */
$brand: #ecceff;
/* SwiftUI */
Color(red: 0.925, green: 0.808, blue: 1.000)
/* Android */
Color.parseColor("#ecceff")Accessibility — WCAG contrast
Aa
#ecceff on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecceff on black: 14.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green80.8%
Blue100.0%
CMYK percentages
Cyan7.5%
Magenta19.2%
Yellow0.0%
Key (black)0.0%
Color previews
#ecceff text on a black background
contrast 14.84:1
Card sample
#ecceff text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecceff;
Background color
Panel with #ecceff background
background-color: #ecceff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecceff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 206, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 206, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecceff; background: linear-gradient(135deg, #ecceff, #FFCEF1);