#cdfec6
a pale, electric green · cool · closest name: aquamarine
RGB
205, 254, 198
HSL
113°, 97%, 89%
CMYK
19, 0, 22, 0
Luminance
0.8794
Every format
| HEX | #cdfec6 |
| RGB | rgb(205, 254, 198) |
| HSL | hsl(113, 97%, 89%) |
| CMYK | cmyk(19%, 0%, 22%, 0%) |
| LAB | lab(95.1 -25.8 21.8) |
| LCH | lch(95.1 33.7 139.8) |
| OKLCH | oklch(0.949 0.090 141.6) |
Copy-ready code
/* CSS */
color: #cdfec6;
background-color: #cdfec6;
/* Tailwind (arbitrary) */
class="text-[#cdfec6] bg-[#cdfec6]"
/* SCSS */
$brand: #cdfec6;
/* SwiftUI */
Color(red: 0.804, green: 0.996, blue: 0.776)
/* Android */
Color.parseColor("#cdfec6")Accessibility — WCAG contrast
Aa
#cdfec6 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfec6 on black: 18.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green99.6%
Blue77.6%
CMYK percentages
Cyan19.3%
Magenta0.0%
Yellow22.0%
Key (black)0.4%
Color previews
#cdfec6 text on a black background
contrast 18.59:1
Card sample
#cdfec6 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfec6;
Background color
Panel with #cdfec6 background
background-color: #cdfec6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfec6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 254, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 254, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfec6; background: linear-gradient(135deg, #cdfec6, #C6FEE4);