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