#cdfab8
a pale, electric green · cool · closest name: khaki
RGB
205, 250, 184
HSL
101°, 87%, 85%
CMYK
18, 0, 26, 2
Luminance
0.8481
Every format
| HEX | #cdfab8 |
| RGB | rgb(205, 250, 184) |
| HSL | hsl(101, 87%, 85%) |
| CMYK | cmyk(18%, 0%, 26%, 2%) |
| LAB | lab(93.8 -26.1 27.1) |
| LCH | lch(93.8 37.6 133.9) |
| OKLCH | oklch(0.937 0.099 135.9) |
Copy-ready code
/* CSS */
color: #cdfab8;
background-color: #cdfab8;
/* Tailwind (arbitrary) */
class="text-[#cdfab8] bg-[#cdfab8]"
/* SCSS */
$brand: #cdfab8;
/* SwiftUI */
Color(red: 0.804, green: 0.980, blue: 0.722)
/* Android */
Color.parseColor("#cdfab8")Accessibility — WCAG contrast
Aa
#cdfab8 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfab8 on black: 17.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.0%
Blue72.2%
CMYK percentages
Cyan18.0%
Magenta0.0%
Yellow26.4%
Key (black)2.0%
Color previews
#cdfab8 text on a black background
contrast 17.96:1
Card sample
#cdfab8 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfab8;
Background color
Panel with #cdfab8 background
background-color: #cdfab8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfab8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 250, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 250, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfab8; background: linear-gradient(135deg, #cdfab8, #B8FACF);