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