#cdffbd
a pale, electric green · cool · closest name: aquamarine
RGB
205, 255, 189
HSL
106°, 100%, 87%
CMYK
20, 0, 26, 0
Luminance
0.8817
Every format
| HEX | #cdffbd |
| RGB | rgb(205, 255, 189) |
| HSL | hsl(106, 100%, 87%) |
| CMYK | cmyk(20%, 0%, 26%, 0%) |
| LAB | lab(95.2 -27.7 26.5) |
| LCH | lch(95.2 38.3 136.2) |
| OKLCH | oklch(0.949 0.101 138.2) |
Copy-ready code
/* CSS */
color: #cdffbd;
background-color: #cdffbd;
/* Tailwind (arbitrary) */
class="text-[#cdffbd] bg-[#cdffbd]"
/* SCSS */
$brand: #cdffbd;
/* SwiftUI */
Color(red: 0.804, green: 1.000, blue: 0.741)
/* Android */
Color.parseColor("#cdffbd")Accessibility — WCAG contrast
Aa
#cdffbd on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdffbd on black: 18.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green100.0%
Blue74.1%
CMYK percentages
Cyan19.6%
Magenta0.0%
Yellow25.9%
Key (black)0.0%
Color previews
#cdffbd text on a black background
contrast 18.63:1
Card sample
#cdffbd text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdffbd;
Background color
Panel with #cdffbd background
background-color: #cdffbd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdffbd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 255, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 255, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdffbd; background: linear-gradient(135deg, #cdffbd, #BDFFD9);