#cdffc8
a pale, electric green · cool · closest name: aquamarine
RGB
205, 255, 200
HSL
115°, 100%, 89%
CMYK
20, 0, 22, 0
Luminance
0.8867
Every format
| HEX | #cdffc8 |
| RGB | rgb(205, 255, 200) |
| HSL | hsl(115, 100%, 89%) |
| CMYK | cmyk(20%, 0%, 22%, 0%) |
| LAB | lab(95.4 -25.9 21.2) |
| LCH | lch(95.4 33.5 140.7) |
| OKLCH | oklch(0.951 0.089 142.5) |
Copy-ready code
/* CSS */
color: #cdffc8;
background-color: #cdffc8;
/* Tailwind (arbitrary) */
class="text-[#cdffc8] bg-[#cdffc8]"
/* SCSS */
$brand: #cdffc8;
/* SwiftUI */
Color(red: 0.804, green: 1.000, blue: 0.784)
/* Android */
Color.parseColor("#cdffc8")Accessibility — WCAG contrast
Aa
#cdffc8 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdffc8 on black: 18.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green100.0%
Blue78.4%
CMYK percentages
Cyan19.6%
Magenta0.0%
Yellow21.6%
Key (black)0.0%
Color previews
#cdffc8 text on a black background
contrast 18.73:1
Card sample
#cdffc8 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdffc8;
Background color
Panel with #cdffc8 background
background-color: #cdffc8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdffc8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 255, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 255, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdffc8; background: linear-gradient(135deg, #cdffc8, #C8FFE8);