#cdffd5
a pale, electric green · cool · closest name: beige
RGB
205, 255, 213
HSL
130°, 100%, 90%
CMYK
20, 0, 17, 0
Luminance
0.8930
Every format
| HEX | #cdffd5 |
| RGB | rgb(205, 255, 213) |
| HSL | hsl(130, 100%, 90%) |
| CMYK | cmyk(20%, 0%, 17%, 0%) |
| LAB | lab(95.7 -23.7 14.9) |
| LCH | lch(95.7 28.0 147.8) |
| OKLCH | oklch(0.954 0.076 149.5) |
Copy-ready code
/* CSS */
color: #cdffd5;
background-color: #cdffd5;
/* Tailwind (arbitrary) */
class="text-[#cdffd5] bg-[#cdffd5]"
/* SCSS */
$brand: #cdffd5;
/* SwiftUI */
Color(red: 0.804, green: 1.000, blue: 0.835)
/* Android */
Color.parseColor("#cdffd5")Accessibility — WCAG contrast
Aa
#cdffd5 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdffd5 on black: 18.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green100.0%
Blue83.5%
CMYK percentages
Cyan19.6%
Magenta0.0%
Yellow16.5%
Key (black)0.0%
Color previews
#cdffd5 text on a black background
contrast 18.86:1
Card sample
#cdffd5 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdffd5;
Background color
Panel with #cdffd5 background
background-color: #cdffd5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdffd5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 255, 213, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 255, 213, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdffd5; background: linear-gradient(135deg, #cdffd5, #CDFFF6);