#cdf185
a light, electric green · cool · closest name: khaki
RGB
205, 241, 133
HSL
80°, 79%, 73%
CMYK
15, 0, 45, 6
Luminance
0.7758
Every format
| HEX | #cdf185 |
| RGB | rgb(205, 241, 133) |
| HSL | hsl(80, 79%, 73%) |
| CMYK | cmyk(15%, 0%, 45%, 6%) |
| LAB | lab(90.6 -28.5 48.1) |
| LCH | lch(90.6 55.9 120.6) |
| OKLCH | oklch(0.909 0.141 124.3) |
Copy-ready code
/* CSS */
color: #cdf185;
background-color: #cdf185;
/* Tailwind (arbitrary) */
class="text-[#cdf185] bg-[#cdf185]"
/* SCSS */
$brand: #cdf185;
/* SwiftUI */
Color(red: 0.804, green: 0.945, blue: 0.522)
/* Android */
Color.parseColor("#cdf185")Accessibility — WCAG contrast
Aa
#cdf185 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf185 on black: 16.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green94.5%
Blue52.2%
CMYK percentages
Cyan14.9%
Magenta0.0%
Yellow44.8%
Key (black)5.5%
Color previews
#cdf185 text on a black background
contrast 16.52:1
Card sample
#cdf185 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf185;
Background color
Panel with #cdf185 background
background-color: #cdf185;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf185;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 241, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 241, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf185; background: linear-gradient(135deg, #cdf185, #85F185);