#cdffc2
a pale, electric green · cool · closest name: aquamarine
RGB
205, 255, 194
HSL
109°, 100%, 88%
CMYK
20, 0, 24, 0
Luminance
0.8839
Every format
| HEX | #cdffc2 |
| RGB | rgb(205, 255, 194) |
| HSL | hsl(109, 100%, 88%) |
| CMYK | cmyk(20%, 0%, 24%, 0%) |
| LAB | lab(95.3 -26.9 24.1) |
| LCH | lch(95.3 36.1 138.1) |
| OKLCH | oklch(0.950 0.095 140.0) |
Copy-ready code
/* CSS */
color: #cdffc2;
background-color: #cdffc2;
/* Tailwind (arbitrary) */
class="text-[#cdffc2] bg-[#cdffc2]"
/* SCSS */
$brand: #cdffc2;
/* SwiftUI */
Color(red: 0.804, green: 1.000, blue: 0.761)
/* Android */
Color.parseColor("#cdffc2")Accessibility — WCAG contrast
Aa
#cdffc2 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdffc2 on black: 18.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green100.0%
Blue76.1%
CMYK percentages
Cyan19.6%
Magenta0.0%
Yellow23.9%
Key (black)0.0%
Color previews
#cdffc2 text on a black background
contrast 18.68:1
Card sample
#cdffc2 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdffc2;
Background color
Panel with #cdffc2 background
background-color: #cdffc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdffc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 255, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 255, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdffc2; background: linear-gradient(135deg, #cdffc2, #C2FFE0);