#cdffd7
a pale, electric green · cool · closest name: beige
RGB
205, 255, 215
HSL
132°, 100%, 90%
CMYK
20, 0, 16, 0
Luminance
0.8941
Every format
| HEX | #cdffd7 |
| RGB | rgb(205, 255, 215) |
| HSL | hsl(132, 100%, 90%) |
| CMYK | cmyk(20%, 0%, 16%, 0%) |
| LAB | lab(95.8 -23.4 14.0) |
| LCH | lch(95.8 27.2 149.1) |
| OKLCH | oklch(0.955 0.074 150.8) |
Copy-ready code
/* CSS */
color: #cdffd7;
background-color: #cdffd7;
/* Tailwind (arbitrary) */
class="text-[#cdffd7] bg-[#cdffd7]"
/* SCSS */
$brand: #cdffd7;
/* SwiftUI */
Color(red: 0.804, green: 1.000, blue: 0.843)
/* Android */
Color.parseColor("#cdffd7")Accessibility — WCAG contrast
Aa
#cdffd7 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdffd7 on black: 18.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green100.0%
Blue84.3%
CMYK percentages
Cyan19.6%
Magenta0.0%
Yellow15.7%
Key (black)0.0%
Color previews
#cdffd7 text on a black background
contrast 18.88:1
Card sample
#cdffd7 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdffd7;
Background color
Panel with #cdffd7 background
background-color: #cdffd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdffd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 255, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 255, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdffd7; background: linear-gradient(135deg, #cdffd7, #CDFFF8);