#def5df
a pale, vivid green · cool · closest name: beige
RGB
222, 245, 223
HSL
123°, 54%, 92%
CMYK
9, 0, 9, 4
Luminance
0.8616
Every format
| HEX | #def5df |
| RGB | rgb(222, 245, 223) |
| HSL | hsl(123, 54%, 92%) |
| CMYK | cmyk(9%, 0%, 9%, 4%) |
| LAB | lab(94.4 -11.5 8.0) |
| LCH | lch(94.4 14.0 145.1) |
| OKLCH | oklch(0.947 0.038 146.5) |
Copy-ready code
/* CSS */
color: #def5df;
background-color: #def5df;
/* Tailwind (arbitrary) */
class="text-[#def5df] bg-[#def5df]"
/* SCSS */
$brand: #def5df;
/* SwiftUI */
Color(red: 0.871, green: 0.961, blue: 0.875)
/* Android */
Color.parseColor("#def5df")Accessibility — WCAG contrast
Aa
#def5df on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#def5df on black: 18.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.1%
Green96.1%
Blue87.5%
CMYK percentages
Cyan9.4%
Magenta0.0%
Yellow9.0%
Key (black)3.9%
Color previews
#def5df text on a black background
contrast 18.23:1
Card sample
#def5df text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #def5df;
Background color
Panel with #def5df background
background-color: #def5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #def5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(222, 245, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(222, 245, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #def5df; background: linear-gradient(135deg, #def5df, #DEF5EE);