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