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