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