#cdffa7
a light, electric green · cool · closest name: khaki
RGB
205, 255, 167
HSL
94°, 100%, 83%
CMYK
20, 0, 35, 0
Luminance
0.8729
Every format
| HEX | #cdffa7 |
| RGB | rgb(205, 255, 167) |
| HSL | hsl(94, 100%, 83%) |
| CMYK | cmyk(20%, 0%, 35%, 0%) |
| LAB | lab(94.9 -30.9 37.0) |
| LCH | lch(94.9 48.2 129.8) |
| OKLCH | oklch(0.945 0.125 132.4) |
Copy-ready code
/* CSS */
color: #cdffa7;
background-color: #cdffa7;
/* Tailwind (arbitrary) */
class="text-[#cdffa7] bg-[#cdffa7]"
/* SCSS */
$brand: #cdffa7;
/* SwiftUI */
Color(red: 0.804, green: 1.000, blue: 0.655)
/* Android */
Color.parseColor("#cdffa7")Accessibility — WCAG contrast
Aa
#cdffa7 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdffa7 on black: 18.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green100.0%
Blue65.5%
CMYK percentages
Cyan19.6%
Magenta0.0%
Yellow34.5%
Key (black)0.0%
Color previews
#cdffa7 text on a black background
contrast 18.46:1
Card sample
#cdffa7 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdffa7;
Background color
Panel with #cdffa7 background
background-color: #cdffa7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdffa7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 255, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 255, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdffa7; background: linear-gradient(135deg, #cdffa7, #A7FFBC);