#cdf693
a light, electric green · cool · closest name: khaki
RGB
205, 246, 147
HSL
85°, 85%, 77%
CMYK
17, 0, 40, 4
Luminance
0.8100
Every format
| HEX | #cdf693 |
| RGB | rgb(205, 246, 147) |
| HSL | hsl(85, 85%, 77%) |
| CMYK | cmyk(17%, 0%, 40%, 4%) |
| LAB | lab(92.1 -29.2 43.3) |
| LCH | lch(92.1 52.3 124.0) |
| OKLCH | oklch(0.922 0.133 127.2) |
Copy-ready code
/* CSS */
color: #cdf693;
background-color: #cdf693;
/* Tailwind (arbitrary) */
class="text-[#cdf693] bg-[#cdf693]"
/* SCSS */
$brand: #cdf693;
/* SwiftUI */
Color(red: 0.804, green: 0.965, blue: 0.576)
/* Android */
Color.parseColor("#cdf693")Accessibility — WCAG contrast
Aa
#cdf693 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf693 on black: 17.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.5%
Blue57.6%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow40.2%
Key (black)3.5%
Color previews
#cdf693 text on a black background
contrast 17.20:1
Card sample
#cdf693 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf693;
Background color
Panel with #cdf693 background
background-color: #cdf693;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf693;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 246, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 246, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf693; background: linear-gradient(135deg, #cdf693, #93F69B);