#cdf893
a light, electric green · cool · closest name: khaki
RGB
205, 248, 147
HSL
86°, 88%, 78%
CMYK
17, 0, 41, 3
Luminance
0.8222
Every format
| HEX | #cdf893 |
| RGB | rgb(205, 248, 147) |
| HSL | hsl(86, 88%, 78%) |
| CMYK | cmyk(17%, 0%, 41%, 3%) |
| LAB | lab(92.7 -30.1 44.0) |
| LCH | lch(92.7 53.3 124.4) |
| OKLCH | oklch(0.926 0.136 127.7) |
Copy-ready code
/* CSS */
color: #cdf893;
background-color: #cdf893;
/* Tailwind (arbitrary) */
class="text-[#cdf893] bg-[#cdf893]"
/* SCSS */
$brand: #cdf893;
/* SwiftUI */
Color(red: 0.804, green: 0.973, blue: 0.576)
/* Android */
Color.parseColor("#cdf893")Accessibility — WCAG contrast
Aa
#cdf893 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf893 on black: 17.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green97.3%
Blue57.6%
CMYK percentages
Cyan17.3%
Magenta0.0%
Yellow40.7%
Key (black)2.7%
Color previews
#cdf893 text on a black background
contrast 17.44:1
Card sample
#cdf893 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf893;
Background color
Panel with #cdf893 background
background-color: #cdf893;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf893;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 248, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 248, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf893; background: linear-gradient(135deg, #cdf893, #93F89C);