#cdf793
a light, electric green · cool · closest name: khaki
RGB
205, 247, 147
HSL
85°, 86%, 77%
CMYK
17, 0, 41, 3
Luminance
0.8161
Every format
| HEX | #cdf793 |
| RGB | rgb(205, 247, 147) |
| HSL | hsl(85, 86%, 77%) |
| CMYK | cmyk(17%, 0%, 41%, 3%) |
| LAB | lab(92.4 -29.7 43.7) |
| LCH | lch(92.4 52.8 124.2) |
| OKLCH | oklch(0.924 0.134 127.4) |
Copy-ready code
/* CSS */
color: #cdf793;
background-color: #cdf793;
/* Tailwind (arbitrary) */
class="text-[#cdf793] bg-[#cdf793]"
/* SCSS */
$brand: #cdf793;
/* SwiftUI */
Color(red: 0.804, green: 0.969, blue: 0.576)
/* Android */
Color.parseColor("#cdf793")Accessibility — WCAG contrast
Aa
#cdf793 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf793 on black: 17.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.9%
Blue57.6%
CMYK percentages
Cyan17.0%
Magenta0.0%
Yellow40.5%
Key (black)3.1%
Color previews
#cdf793 text on a black background
contrast 17.32:1
Card sample
#cdf793 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf793;
Background color
Panel with #cdf793 background
background-color: #cdf793;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf793;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 247, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 247, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf793; background: linear-gradient(135deg, #cdf793, #93F79C);