#cdfcdc
a pale, electric green · cool · closest name: beige
RGB
205, 252, 220
HSL
139°, 89%, 90%
CMYK
19, 0, 13, 1
Luminance
0.8777
Every format
| HEX | #cdfcdc |
| RGB | rgb(205, 252, 220) |
| HSL | hsl(139, 89%, 90%) |
| CMYK | cmyk(19%, 0%, 13%, 1%) |
| LAB | lab(95.1 -21.0 10.4) |
| LCH | lch(95.1 23.5 153.6) |
| OKLCH | oklch(0.950 0.065 155.2) |
Copy-ready code
/* CSS */
color: #cdfcdc;
background-color: #cdfcdc;
/* Tailwind (arbitrary) */
class="text-[#cdfcdc] bg-[#cdfcdc]"
/* SCSS */
$brand: #cdfcdc;
/* SwiftUI */
Color(red: 0.804, green: 0.988, blue: 0.863)
/* Android */
Color.parseColor("#cdfcdc")Accessibility — WCAG contrast
Aa
#cdfcdc on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfcdc on black: 18.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.8%
Blue86.3%
CMYK percentages
Cyan18.7%
Magenta0.0%
Yellow12.7%
Key (black)1.2%
Color previews
#cdfcdc text on a black background
contrast 18.55:1
Card sample
#cdfcdc text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfcdc;
Background color
Panel with #cdfcdc background
background-color: #cdfcdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfcdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 252, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 252, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfcdc; background: linear-gradient(135deg, #cdfcdc, #CDFCFB);