#cdfdc1
a pale, electric green · cool · closest name: aquamarine
RGB
205, 253, 193
HSL
108°, 94%, 88%
CMYK
19, 0, 24, 1
Luminance
0.8708
Every format
| HEX | #cdfdc1 |
| RGB | rgb(205, 253, 193) |
| HSL | hsl(108, 94%, 88%) |
| CMYK | cmyk(19%, 0%, 24%, 1%) |
| LAB | lab(94.8 -26.1 23.8) |
| LCH | lch(94.8 35.3 137.6) |
| OKLCH | oklch(0.946 0.093 139.4) |
Copy-ready code
/* CSS */
color: #cdfdc1;
background-color: #cdfdc1;
/* Tailwind (arbitrary) */
class="text-[#cdfdc1] bg-[#cdfdc1]"
/* SCSS */
$brand: #cdfdc1;
/* SwiftUI */
Color(red: 0.804, green: 0.992, blue: 0.757)
/* Android */
Color.parseColor("#cdfdc1")Accessibility — WCAG contrast
Aa
#cdfdc1 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfdc1 on black: 18.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green99.2%
Blue75.7%
CMYK percentages
Cyan19.0%
Magenta0.0%
Yellow23.7%
Key (black)0.8%
Color previews
#cdfdc1 text on a black background
contrast 18.42:1
Card sample
#cdfdc1 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfdc1;
Background color
Panel with #cdfdc1 background
background-color: #cdfdc1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfdc1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 253, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 253, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfdc1; background: linear-gradient(135deg, #cdfdc1, #C1FDDD);