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