#cdfcbd
a pale, electric green · cool · closest name: aquamarine
RGB
205, 252, 189
HSL
105°, 91%, 87%
CMYK
19, 0, 25, 1
Luminance
0.8627
Every format
| HEX | #cdfcbd |
| RGB | rgb(205, 252, 189) |
| HSL | hsl(105, 91%, 87%) |
| CMYK | cmyk(19%, 0%, 25%, 1%) |
| LAB | lab(94.4 -26.2 25.4) |
| LCH | lch(94.4 36.5 135.9) |
| OKLCH | oklch(0.943 0.096 137.8) |
Copy-ready code
/* CSS */
color: #cdfcbd;
background-color: #cdfcbd;
/* Tailwind (arbitrary) */
class="text-[#cdfcbd] bg-[#cdfcbd]"
/* SCSS */
$brand: #cdfcbd;
/* SwiftUI */
Color(red: 0.804, green: 0.988, blue: 0.741)
/* Android */
Color.parseColor("#cdfcbd")Accessibility — WCAG contrast
Aa
#cdfcbd on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfcbd on black: 18.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.8%
Blue74.1%
CMYK percentages
Cyan18.7%
Magenta0.0%
Yellow25.0%
Key (black)1.2%
Color previews
#cdfcbd text on a black background
contrast 18.25:1
Card sample
#cdfcbd text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfcbd;
Background color
Panel with #cdfcbd background
background-color: #cdfcbd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfcbd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 252, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 252, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfcbd; background: linear-gradient(135deg, #cdfcbd, #BDFCD7);