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