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