#cdfb84
a light, electric green · cool · closest name: khaki
RGB
205, 251, 132
HSL
83°, 94%, 75%
CMYK
18, 0, 47, 2
Luminance
0.8364
Every format
| HEX | #cdfb84 |
| RGB | rgb(205, 251, 132) |
| HSL | hsl(83, 94%, 75%) |
| CMYK | cmyk(18%, 0%, 47%, 2%) |
| LAB | lab(93.3 -33.2 52.0) |
| LCH | lch(93.3 61.7 122.6) |
| OKLCH | oklch(0.931 0.155 126.6) |
Copy-ready code
/* CSS */
color: #cdfb84;
background-color: #cdfb84;
/* Tailwind (arbitrary) */
class="text-[#cdfb84] bg-[#cdfb84]"
/* SCSS */
$brand: #cdfb84;
/* SwiftUI */
Color(red: 0.804, green: 0.984, blue: 0.518)
/* Android */
Color.parseColor("#cdfb84")Accessibility — WCAG contrast
Aa
#cdfb84 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfb84 on black: 17.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.4%
Blue51.8%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow47.4%
Key (black)1.6%
Color previews
#cdfb84 text on a black background
contrast 17.73:1
Card sample
#cdfb84 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfb84;
Background color
Panel with #cdfb84 background
background-color: #cdfb84;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfb84;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 251, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 251, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfb84; background: linear-gradient(135deg, #cdfb84, #84FB8A);