#ddfeb6
a pale, electric green · cool · closest name: khaki
RGB
221, 254, 182
HSL
88°, 97%, 86%
CMYK
13, 0, 28, 0
Luminance
0.8963
Every format
| HEX | #ddfeb6 |
| RGB | rgb(221, 254, 182) |
| HSL | hsl(88, 97%, 86%) |
| CMYK | cmyk(13%, 0%, 28%, 0%) |
| LAB | lab(95.8 -22.7 31.0) |
| LCH | lch(95.8 38.5 126.2) |
| OKLCH | oklch(0.956 0.099 128.2) |
Copy-ready code
/* CSS */
color: #ddfeb6;
background-color: #ddfeb6;
/* Tailwind (arbitrary) */
class="text-[#ddfeb6] bg-[#ddfeb6]"
/* SCSS */
$brand: #ddfeb6;
/* SwiftUI */
Color(red: 0.867, green: 0.996, blue: 0.714)
/* Android */
Color.parseColor("#ddfeb6")Accessibility — WCAG contrast
Aa
#ddfeb6 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ddfeb6 on black: 18.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.7%
Green99.6%
Blue71.4%
CMYK percentages
Cyan13.0%
Magenta0.0%
Yellow28.3%
Key (black)0.4%
Color previews
#ddfeb6 text on a black background
contrast 18.93:1
Card sample
#ddfeb6 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ddfeb6;
Background color
Panel with #ddfeb6 background
background-color: #ddfeb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ddfeb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(221, 254, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(221, 254, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ddfeb6; background: linear-gradient(135deg, #ddfeb6, #B6FEBF);