#cdfade
a pale, electric green · cool · closest name: beige
RGB
205, 250, 222
HSL
143°, 82%, 89%
CMYK
18, 0, 11, 2
Luminance
0.8662
Every format
| HEX | #cdfade |
| RGB | rgb(205, 250, 222) |
| HSL | hsl(143, 82%, 89%) |
| CMYK | cmyk(18%, 0%, 11%, 2%) |
| LAB | lab(94.6 -19.7 8.7) |
| LCH | lch(94.6 21.5 156.2) |
| OKLCH | oklch(0.946 0.060 157.7) |
Copy-ready code
/* CSS */
color: #cdfade;
background-color: #cdfade;
/* Tailwind (arbitrary) */
class="text-[#cdfade] bg-[#cdfade]"
/* SCSS */
$brand: #cdfade;
/* SwiftUI */
Color(red: 0.804, green: 0.980, blue: 0.871)
/* Android */
Color.parseColor("#cdfade")Accessibility — WCAG contrast
Aa
#cdfade on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfade on black: 18.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.0%
Blue87.1%
CMYK percentages
Cyan18.0%
Magenta0.0%
Yellow11.2%
Key (black)2.0%
Color previews
#cdfade text on a black background
contrast 18.32:1
Card sample
#cdfade text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfade;
Background color
Panel with #cdfade background
background-color: #cdfade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 250, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 250, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfade; background: linear-gradient(135deg, #cdfade, #CDF8FA);