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