#cdfba6
a light, electric green · cool · closest name: khaki
RGB
205, 251, 166
HSL
93°, 91%, 82%
CMYK
18, 0, 34, 2
Luminance
0.8473
Every format
| HEX | #cdfba6 |
| RGB | rgb(205, 251, 166) |
| HSL | hsl(93, 91%, 82%) |
| CMYK | cmyk(18%, 0%, 34%, 2%) |
| LAB | lab(93.8 -29.1 36.1) |
| LCH | lch(93.8 46.4 128.9) |
| OKLCH | oklch(0.936 0.120 131.5) |
Copy-ready code
/* CSS */
color: #cdfba6;
background-color: #cdfba6;
/* Tailwind (arbitrary) */
class="text-[#cdfba6] bg-[#cdfba6]"
/* SCSS */
$brand: #cdfba6;
/* SwiftUI */
Color(red: 0.804, green: 0.984, blue: 0.651)
/* Android */
Color.parseColor("#cdfba6")Accessibility — WCAG contrast
Aa
#cdfba6 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfba6 on black: 17.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.4%
Blue65.1%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow33.9%
Key (black)1.6%
Color previews
#cdfba6 text on a black background
contrast 17.95:1
Card sample
#cdfba6 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfba6;
Background color
Panel with #cdfba6 background
background-color: #cdfba6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfba6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 251, 166, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 251, 166, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfba6; background: linear-gradient(135deg, #cdfba6, #A6FBB8);