#cdf085
a light, electric green · cool · closest name: khaki
RGB
205, 240, 133
HSL
80°, 78%, 73%
CMYK
15, 0, 45, 6
Luminance
0.7699
Every format
| HEX | #cdf085 |
| RGB | rgb(205, 240, 133) |
| HSL | hsl(80, 78%, 73%) |
| CMYK | cmyk(15%, 0%, 45%, 6%) |
| LAB | lab(90.3 -28.0 47.8) |
| LCH | lch(90.3 55.4 120.3) |
| OKLCH | oklch(0.907 0.139 124.0) |
Copy-ready code
/* CSS */
color: #cdf085;
background-color: #cdf085;
/* Tailwind (arbitrary) */
class="text-[#cdf085] bg-[#cdf085]"
/* SCSS */
$brand: #cdf085;
/* SwiftUI */
Color(red: 0.804, green: 0.941, blue: 0.522)
/* Android */
Color.parseColor("#cdf085")Accessibility — WCAG contrast
Aa
#cdf085 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf085 on black: 16.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green94.1%
Blue52.2%
CMYK percentages
Cyan14.6%
Magenta0.0%
Yellow44.6%
Key (black)5.9%
Color previews
#cdf085 text on a black background
contrast 16.40:1
Card sample
#cdf085 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf085;
Background color
Panel with #cdf085 background
background-color: #cdf085;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf085;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 240, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 240, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf085; background: linear-gradient(135deg, #cdf085, #86F085);