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