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