#cdfec0
a pale, electric green · cool · closest name: aquamarine
RGB
205, 254, 192
HSL
107°, 97%, 88%
CMYK
19, 0, 24, 0
Luminance
0.8767
Every format
| HEX | #cdfec0 |
| RGB | rgb(205, 254, 192) |
| HSL | hsl(107, 97%, 88%) |
| CMYK | cmyk(19%, 0%, 24%, 0%) |
| LAB | lab(95.0 -26.7 24.7) |
| LCH | lch(95.0 36.4 137.3) |
| OKLCH | oklch(0.948 0.096 139.2) |
Copy-ready code
/* CSS */
color: #cdfec0;
background-color: #cdfec0;
/* Tailwind (arbitrary) */
class="text-[#cdfec0] bg-[#cdfec0]"
/* SCSS */
$brand: #cdfec0;
/* SwiftUI */
Color(red: 0.804, green: 0.996, blue: 0.753)
/* Android */
Color.parseColor("#cdfec0")Accessibility — WCAG contrast
Aa
#cdfec0 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfec0 on black: 18.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green99.6%
Blue75.3%
CMYK percentages
Cyan19.3%
Magenta0.0%
Yellow24.4%
Key (black)0.4%
Color previews
#cdfec0 text on a black background
contrast 18.53:1
Card sample
#cdfec0 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfec0;
Background color
Panel with #cdfec0 background
background-color: #cdfec0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfec0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 254, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 254, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfec0; background: linear-gradient(135deg, #cdfec0, #C0FEDC);