#cdfada
a pale, electric green · cool · closest name: beige
RGB
205, 250, 218
HSL
137°, 82%, 89%
CMYK
18, 0, 13, 2
Luminance
0.8641
Every format
| HEX | #cdfada |
| RGB | rgb(205, 250, 218) |
| HSL | hsl(137, 82%, 89%) |
| CMYK | cmyk(18%, 0%, 13%, 2%) |
| LAB | lab(94.5 -20.4 10.6) |
| LCH | lch(94.5 23.0 152.5) |
| OKLCH | oklch(0.945 0.063 154.1) |
Copy-ready code
/* CSS */
color: #cdfada;
background-color: #cdfada;
/* Tailwind (arbitrary) */
class="text-[#cdfada] bg-[#cdfada]"
/* SCSS */
$brand: #cdfada;
/* SwiftUI */
Color(red: 0.804, green: 0.980, blue: 0.855)
/* Android */
Color.parseColor("#cdfada")Accessibility — WCAG contrast
Aa
#cdfada on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfada on black: 18.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.0%
Blue85.5%
CMYK percentages
Cyan18.0%
Magenta0.0%
Yellow12.8%
Key (black)2.0%
Color previews
#cdfada text on a black background
contrast 18.28:1
Card sample
#cdfada text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfada;
Background color
Panel with #cdfada background
background-color: #cdfada;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfada;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 250, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 250, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfada; background: linear-gradient(135deg, #cdfada, #CDFAF8);