#eccfe7
a pale, soft magenta / pink · warm · closest name: lavender
RGB
236, 207, 231
HSL
310°, 43%, 87%
CMYK
0, 12, 2, 8
Luminance
0.6823
Every format
| HEX | #eccfe7 |
| RGB | rgb(236, 207, 231) |
| HSL | hsl(310, 43%, 87%) |
| CMYK | cmyk(0%, 12%, 2%, 8%) |
| LAB | lab(86.1 14.2 -8.1) |
| LCH | lch(86.1 16.3 330.3) |
| OKLCH | oklch(0.886 0.045 331.7) |
Copy-ready code
/* CSS */
color: #eccfe7;
background-color: #eccfe7;
/* Tailwind (arbitrary) */
class="text-[#eccfe7] bg-[#eccfe7]"
/* SCSS */
$brand: #eccfe7;
/* SwiftUI */
Color(red: 0.925, green: 0.812, blue: 0.906)
/* Android */
Color.parseColor("#eccfe7")Accessibility — WCAG contrast
Aa
#eccfe7 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccfe7 on black: 14.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green81.2%
Blue90.6%
CMYK percentages
Cyan0.0%
Magenta12.3%
Yellow2.1%
Key (black)7.5%
Color previews
#eccfe7 text on a black background
contrast 14.65:1
Card sample
#eccfe7 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccfe7;
Background color
Panel with #eccfe7 background
background-color: #eccfe7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccfe7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 207, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 207, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccfe7; background: linear-gradient(135deg, #eccfe7, #ECCFD4);