#eccfed
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
236, 207, 237
HSL
298°, 46%, 87%
CMYK
0, 13, 0, 7
Luminance
0.6857
Every format
| HEX | #eccfed |
| RGB | rgb(236, 207, 237) |
| HSL | hsl(298, 46%, 87%) |
| CMYK | cmyk(0%, 13%, 0%, 7%) |
| LAB | lab(86.3 15.3 -11.0) |
| LCH | lch(86.3 18.8 324.2) |
| OKLCH | oklch(0.888 0.051 325.0) |
Copy-ready code
/* CSS */
color: #eccfed;
background-color: #eccfed;
/* Tailwind (arbitrary) */
class="text-[#eccfed] bg-[#eccfed]"
/* SCSS */
$brand: #eccfed;
/* SwiftUI */
Color(red: 0.925, green: 0.812, blue: 0.929)
/* Android */
Color.parseColor("#eccfed")Accessibility — WCAG contrast
Aa
#eccfed on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccfed on black: 14.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green81.2%
Blue92.9%
CMYK percentages
Cyan0.4%
Magenta12.7%
Yellow0.0%
Key (black)7.1%
Color previews
#eccfed text on a black background
contrast 14.71:1
Card sample
#eccfed text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccfed;
Background color
Panel with #eccfed background
background-color: #eccfed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccfed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 207, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 207, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccfed; background: linear-gradient(135deg, #eccfed, #EDCFDA);