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