#eccbf9
a pale, electric violet · warm · closest name: plum
RGB
236, 203, 249
HSL
283°, 79%, 89%
CMYK
5, 19, 0, 2
Luminance
0.6738
Every format
| HEX | #eccbf9 |
| RGB | rgb(236, 203, 249) |
| HSL | hsl(283, 79%, 89%) |
| CMYK | cmyk(5%, 19%, 0%, 2%) |
| LAB | lab(85.7 19.6 -18.3) |
| LCH | lch(85.7 26.8 317.1) |
| OKLCH | oklch(0.884 0.071 316.4) |
Copy-ready code
/* CSS */
color: #eccbf9;
background-color: #eccbf9;
/* Tailwind (arbitrary) */
class="text-[#eccbf9] bg-[#eccbf9]"
/* SCSS */
$brand: #eccbf9;
/* SwiftUI */
Color(red: 0.925, green: 0.796, blue: 0.976)
/* Android */
Color.parseColor("#eccbf9")Accessibility — WCAG contrast
Aa
#eccbf9 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccbf9 on black: 14.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green79.6%
Blue97.6%
CMYK percentages
Cyan5.2%
Magenta18.5%
Yellow0.0%
Key (black)2.4%
Color previews
#eccbf9 text on a black background
contrast 14.48:1
Card sample
#eccbf9 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccbf9;
Background color
Panel with #eccbf9 background
background-color: #eccbf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccbf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 203, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 203, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccbf9; background: linear-gradient(135deg, #eccbf9, #F9CBE7);