#def5eb
a pale, vivid green · cool · closest name: ivory
RGB
222, 245, 235
HSL
154°, 54%, 92%
CMYK
9, 0, 4, 4
Luminance
0.8683
Every format
| HEX | #def5eb |
| RGB | rgb(222, 245, 235) |
| HSL | hsl(154, 54%, 92%) |
| CMYK | cmyk(9%, 0%, 4%, 4%) |
| LAB | lab(94.7 -9.4 2.3) |
| LCH | lch(94.7 9.6 166.5) |
| OKLCH | oklch(0.951 0.028 167.8) |
Copy-ready code
/* CSS */
color: #def5eb;
background-color: #def5eb;
/* Tailwind (arbitrary) */
class="text-[#def5eb] bg-[#def5eb]"
/* SCSS */
$brand: #def5eb;
/* SwiftUI */
Color(red: 0.871, green: 0.961, blue: 0.922)
/* Android */
Color.parseColor("#def5eb")Accessibility — WCAG contrast
Aa
#def5eb on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#def5eb on black: 18.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green96.1%
Blue92.2%
CMYK percentages
Cyan9.4%
Magenta0.0%
Yellow4.1%
Key (black)3.9%
Color previews
#def5eb text on a black background
contrast 18.37:1
Card sample
#def5eb text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #def5eb;
Background color
Panel with #def5eb background
background-color: #def5eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #def5eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 245, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 245, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #def5eb; background: linear-gradient(135deg, #def5eb, #DEF0F5);