#e6ebdf
a pale, soft green · cool · closest name: ivory
RGB
230, 235, 223
HSL
85°, 23%, 90%
CMYK
2, 0, 5, 8
Luminance
0.8157
Every format
| HEX | #e6ebdf |
| RGB | rgb(230, 235, 223) |
| HSL | hsl(85, 23%, 90%) |
| CMYK | cmyk(2%, 0%, 5%, 8%) |
| LAB | lab(92.4 -3.8 5.2) |
| LCH | lch(92.4 6.5 125.8) |
| OKLCH | oklch(0.933 0.017 125.3) |
Copy-ready code
/* CSS */
color: #e6ebdf;
background-color: #e6ebdf;
/* Tailwind (arbitrary) */
class="text-[#e6ebdf] bg-[#e6ebdf]"
/* SCSS */
$brand: #e6ebdf;
/* SwiftUI */
Color(red: 0.902, green: 0.922, blue: 0.875)
/* Android */
Color.parseColor("#e6ebdf")Accessibility — WCAG contrast
Aa
#e6ebdf on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e6ebdf on black: 17.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green92.2%
Blue87.5%
CMYK percentages
Cyan2.1%
Magenta0.0%
Yellow5.1%
Key (black)7.8%
Color previews
#e6ebdf text on a black background
contrast 17.31:1
Card sample
#e6ebdf text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e6ebdf;
Background color
Panel with #e6ebdf background
background-color: #e6ebdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e6ebdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 235, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 235, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e6ebdf; background: linear-gradient(135deg, #e6ebdf, #DFEBE0);