#ddfeba
a pale, electric green · cool · closest name: khaki
RGB
221, 254, 186
HSL
89°, 97%, 86%
CMYK
13, 0, 27, 0
Luminance
0.8980
Every format
| HEX | #ddfeba |
| RGB | rgb(221, 254, 186) |
| HSL | hsl(89, 97%, 86%) |
| CMYK | cmyk(13%, 0%, 27%, 0%) |
| LAB | lab(95.9 -22.2 29.1) |
| LCH | lch(95.9 36.6 127.3) |
| OKLCH | oklch(0.957 0.095 129.1) |
Copy-ready code
/* CSS */
color: #ddfeba;
background-color: #ddfeba;
/* Tailwind (arbitrary) */
class="text-[#ddfeba] bg-[#ddfeba]"
/* SCSS */
$brand: #ddfeba;
/* SwiftUI */
Color(red: 0.867, green: 0.996, blue: 0.729)
/* Android */
Color.parseColor("#ddfeba")Accessibility — WCAG contrast
Aa
#ddfeba on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ddfeba on black: 18.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.7%
Green99.6%
Blue72.9%
CMYK percentages
Cyan13.0%
Magenta0.0%
Yellow26.8%
Key (black)0.4%
Color previews
#ddfeba text on a black background
contrast 18.96:1
Card sample
#ddfeba text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ddfeba;
Background color
Panel with #ddfeba background
background-color: #ddfeba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ddfeba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(221, 254, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(221, 254, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ddfeba; background: linear-gradient(135deg, #ddfeba, #BAFEC4);