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