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