#edebee
a pale, muted violet · warm · closest name: white
RGB
237, 235, 238
HSL
280°, 8%, 93%
CMYK
0, 1, 0, 7
Luminance
0.8359
Every format
| HEX | #edebee |
| RGB | rgb(237, 235, 238) |
| HSL | hsl(280, 8%, 93%) |
| CMYK | cmyk(0%, 1%, 0%, 7%) |
| LAB | lab(93.3 1.2 -1.2) |
| LCH | lch(93.3 1.7 314.8) |
| OKLCH | oklch(0.943 0.004 314.8) |
Copy-ready code
/* CSS */
color: #edebee;
background-color: #edebee;
/* Tailwind (arbitrary) */
class="text-[#edebee] bg-[#edebee]"
/* SCSS */
$brand: #edebee;
/* SwiftUI */
Color(red: 0.929, green: 0.922, blue: 0.933)
/* Android */
Color.parseColor("#edebee")Accessibility — WCAG contrast
Aa
#edebee on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edebee on black: 17.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green92.2%
Blue93.3%
CMYK percentages
Cyan0.4%
Magenta1.3%
Yellow0.0%
Key (black)6.7%
Color previews
#edebee text on a black background
contrast 17.72:1
Card sample
#edebee text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edebee;
Background color
Panel with #edebee background
background-color: #edebee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edebee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 235, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 235, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edebee; background: linear-gradient(135deg, #edebee, #EEEBED);