#eedadb
a pale, soft red · warm · closest name: lavender
RGB
238, 218, 219
HSL
357°, 37%, 89%
CMYK
0, 8, 8, 7
Luminance
0.7343
Every format
| HEX | #eedadb |
| RGB | rgb(238, 218, 219) |
| HSL | hsl(357, 37%, 89%) |
| CMYK | cmyk(0%, 8%, 8%, 7%) |
| LAB | lab(88.7 7.0 2.0) |
| LCH | lch(88.7 7.3 15.9) |
| OKLCH | oklch(0.905 0.022 14.1) |
Copy-ready code
/* CSS */
color: #eedadb;
background-color: #eedadb;
/* Tailwind (arbitrary) */
class="text-[#eedadb] bg-[#eedadb]"
/* SCSS */
$brand: #eedadb;
/* SwiftUI */
Color(red: 0.933, green: 0.855, blue: 0.859)
/* Android */
Color.parseColor("#eedadb")Accessibility — WCAG contrast
Aa
#eedadb on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedadb on black: 15.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green85.5%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta8.4%
Yellow8.0%
Key (black)6.7%
Color previews
#eedadb text on a black background
contrast 15.69:1
Card sample
#eedadb text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedadb;
Background color
Panel with #eedadb background
background-color: #eedadb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedadb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 218, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 218, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedadb; background: linear-gradient(135deg, #eedadb, #EEE6DA);