#dff2df
a pale, soft green · cool · closest name: beige
RGB
223, 242, 223
HSL
120°, 42%, 91%
CMYK
8, 0, 8, 5
Luminance
0.8452
Every format
| HEX | #dff2df |
| RGB | rgb(223, 242, 223) |
| HSL | hsl(120, 42%, 91%) |
| CMYK | cmyk(8%, 0%, 8%, 5%) |
| LAB | lab(93.7 -9.7 7.0) |
| LCH | lch(93.7 12.0 144.0) |
| OKLCH | oklch(0.942 0.032 145.3) |
Copy-ready code
/* CSS */
color: #dff2df;
background-color: #dff2df;
/* Tailwind (arbitrary) */
class="text-[#dff2df] bg-[#dff2df]"
/* SCSS */
$brand: #dff2df;
/* SwiftUI */
Color(red: 0.875, green: 0.949, blue: 0.875)
/* Android */
Color.parseColor("#dff2df")Accessibility — WCAG contrast
Aa
#dff2df on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dff2df on black: 17.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green94.9%
Blue87.5%
CMYK percentages
Cyan7.9%
Magenta0.0%
Yellow7.9%
Key (black)5.1%
Color previews
#dff2df text on a black background
contrast 17.90:1
Card sample
#dff2df text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dff2df;
Background color
Panel with #dff2df background
background-color: #dff2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dff2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 242, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 242, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dff2df; background: linear-gradient(135deg, #dff2df, #DFF2EC);