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