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