#cdfdbd
a pale, electric green · cool · closest name: aquamarine
RGB
205, 253, 189
HSL
105°, 94%, 87%
CMYK
19, 0, 25, 1
Luminance
0.8690
Every format
| HEX | #cdfdbd |
| RGB | rgb(205, 253, 189) |
| HSL | hsl(105, 94%, 87%) |
| CMYK | cmyk(19%, 0%, 25%, 1%) |
| LAB | lab(94.7 -26.7 25.8) |
| LCH | lch(94.7 37.1 136.0) |
| OKLCH | oklch(0.945 0.098 138.0) |
Copy-ready code
/* CSS */
color: #cdfdbd;
background-color: #cdfdbd;
/* Tailwind (arbitrary) */
class="text-[#cdfdbd] bg-[#cdfdbd]"
/* SCSS */
$brand: #cdfdbd;
/* SwiftUI */
Color(red: 0.804, green: 0.992, blue: 0.741)
/* Android */
Color.parseColor("#cdfdbd")Accessibility — WCAG contrast
Aa
#cdfdbd on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfdbd on black: 18.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green99.2%
Blue74.1%
CMYK percentages
Cyan19.0%
Magenta0.0%
Yellow25.3%
Key (black)0.8%
Color previews
#cdfdbd text on a black background
contrast 18.38:1
Card sample
#cdfdbd text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfdbd;
Background color
Panel with #cdfdbd background
background-color: #cdfdbd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfdbd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 253, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 253, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfdbd; background: linear-gradient(135deg, #cdfdbd, #BDFDD8);