#ddfcce
a pale, electric green · cool · closest name: beige
RGB
221, 252, 206
HSL
100°, 89%, 90%
CMYK
12, 0, 18, 1
Luminance
0.8945
Every format
| HEX | #ddfcce |
| RGB | rgb(221, 252, 206) |
| HSL | hsl(100, 89%, 90%) |
| CMYK | cmyk(12%, 0%, 18%, 1%) |
| LAB | lab(95.8 -18.1 18.7) |
| LCH | lch(95.8 26.1 134.1) |
| OKLCH | oklch(0.957 0.069 135.4) |
Copy-ready code
/* CSS */
color: #ddfcce;
background-color: #ddfcce;
/* Tailwind (arbitrary) */
class="text-[#ddfcce] bg-[#ddfcce]"
/* SCSS */
$brand: #ddfcce;
/* SwiftUI */
Color(red: 0.867, green: 0.988, blue: 0.808)
/* Android */
Color.parseColor("#ddfcce")Accessibility — WCAG contrast
Aa
#ddfcce on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ddfcce on black: 18.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.7%
Green98.8%
Blue80.8%
CMYK percentages
Cyan12.3%
Magenta0.0%
Yellow18.3%
Key (black)1.2%
Color previews
#ddfcce text on a black background
contrast 18.89:1
Card sample
#ddfcce text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ddfcce;
Background color
Panel with #ddfcce background
background-color: #ddfcce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ddfcce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(221, 252, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(221, 252, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ddfcce; background: linear-gradient(135deg, #ddfcce, #CEFCDE);