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