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