#cdf095
a light, electric green · cool · closest name: khaki
RGB
205, 240, 149
HSL
83°, 75%, 76%
CMYK
15, 0, 38, 6
Luminance
0.7747
Every format
| HEX | #cdf095 |
| RGB | rgb(205, 240, 149) |
| HSL | hsl(83, 75%, 76%) |
| CMYK | cmyk(15%, 0%, 38%, 6%) |
| LAB | lab(90.5 -26.1 40.3) |
| LCH | lch(90.5 48.0 123.0) |
| OKLCH | oklch(0.909 0.122 125.9) |
Copy-ready code
/* CSS */
color: #cdf095;
background-color: #cdf095;
/* Tailwind (arbitrary) */
class="text-[#cdf095] bg-[#cdf095]"
/* SCSS */
$brand: #cdf095;
/* SwiftUI */
Color(red: 0.804, green: 0.941, blue: 0.584)
/* Android */
Color.parseColor("#cdf095")Accessibility — WCAG contrast
Aa
#cdf095 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf095 on black: 16.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green94.1%
Blue58.4%
CMYK percentages
Cyan14.6%
Magenta0.0%
Yellow37.9%
Key (black)5.9%
Color previews
#cdf095 text on a black background
contrast 16.49:1
Card sample
#cdf095 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf095;
Background color
Panel with #cdf095 background
background-color: #cdf095;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf095;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 240, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 240, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf095; background: linear-gradient(135deg, #cdf095, #95F09A);