#ddffdf
a pale, electric green · cool · closest name: beige
RGB
221, 255, 223
HSL
124°, 100%, 93%
CMYK
13, 0, 13, 0
Luminance
0.9222
Every format
| HEX | #ddffdf |
| RGB | rgb(221, 255, 223) |
| HSL | hsl(124, 100%, 93%) |
| CMYK | cmyk(13%, 0%, 13%, 0%) |
| LAB | lab(96.9 -16.8 11.7) |
| LCH | lch(96.9 20.4 145.2) |
| OKLCH | oklch(0.967 0.055 146.7) |
Copy-ready code
/* CSS */
color: #ddffdf;
background-color: #ddffdf;
/* Tailwind (arbitrary) */
class="text-[#ddffdf] bg-[#ddffdf]"
/* SCSS */
$brand: #ddffdf;
/* SwiftUI */
Color(red: 0.867, green: 1.000, blue: 0.875)
/* Android */
Color.parseColor("#ddffdf")Accessibility — WCAG contrast
Aa
#ddffdf on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ddffdf on black: 19.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.7%
Green100.0%
Blue87.5%
CMYK percentages
Cyan13.3%
Magenta0.0%
Yellow12.5%
Key (black)0.0%
Color previews
#ddffdf text on a black background
contrast 19.44:1
Card sample
#ddffdf text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ddffdf;
Background color
Panel with #ddffdf background
background-color: #ddffdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ddffdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(221, 255, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(221, 255, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ddffdf; background: linear-gradient(135deg, #ddffdf, #DDFFF6);