#cdfaa8
a light, electric green · cool · closest name: khaki
RGB
205, 250, 168
HSL
93°, 89%, 82%
CMYK
18, 0, 33, 2
Luminance
0.8418
Every format
| HEX | #cdfaa8 |
| RGB | rgb(205, 250, 168) |
| HSL | hsl(93, 89%, 82%) |
| CMYK | cmyk(18%, 0%, 33%, 2%) |
| LAB | lab(93.5 -28.4 34.8) |
| LCH | lch(93.5 44.9 129.2) |
| OKLCH | oklch(0.934 0.116 131.7) |
Copy-ready code
/* CSS */
color: #cdfaa8;
background-color: #cdfaa8;
/* Tailwind (arbitrary) */
class="text-[#cdfaa8] bg-[#cdfaa8]"
/* SCSS */
$brand: #cdfaa8;
/* SwiftUI */
Color(red: 0.804, green: 0.980, blue: 0.659)
/* Android */
Color.parseColor("#cdfaa8")Accessibility — WCAG contrast
Aa
#cdfaa8 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfaa8 on black: 17.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.0%
Blue65.9%
CMYK percentages
Cyan18.0%
Magenta0.0%
Yellow32.8%
Key (black)2.0%
Color previews
#cdfaa8 text on a black background
contrast 17.84:1
Card sample
#cdfaa8 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfaa8;
Background color
Panel with #cdfaa8 background
background-color: #cdfaa8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfaa8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 250, 168, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 250, 168, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfaa8; background: linear-gradient(135deg, #cdfaa8, #A8FABA);