#cdf388
a light, electric green · cool · closest name: khaki
RGB
205, 243, 136
HSL
81°, 82%, 74%
CMYK
16, 0, 44, 5
Luminance
0.7886
Every format
| HEX | #cdf388 |
| RGB | rgb(205, 243, 136) |
| HSL | hsl(81, 82%, 74%) |
| CMYK | cmyk(16%, 0%, 44%, 5%) |
| LAB | lab(91.2 -29.1 47.4) |
| LCH | lch(91.2 55.6 121.5) |
| OKLCH | oklch(0.914 0.140 125.1) |
Copy-ready code
/* CSS */
color: #cdf388;
background-color: #cdf388;
/* Tailwind (arbitrary) */
class="text-[#cdf388] bg-[#cdf388]"
/* SCSS */
$brand: #cdf388;
/* SwiftUI */
Color(red: 0.804, green: 0.953, blue: 0.533)
/* Android */
Color.parseColor("#cdf388")Accessibility — WCAG contrast
Aa
#cdf388 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf388 on black: 16.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green95.3%
Blue53.3%
CMYK percentages
Cyan15.6%
Magenta0.0%
Yellow44.0%
Key (black)4.7%
Color previews
#cdf388 text on a black background
contrast 16.77:1
Card sample
#cdf388 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf388;
Background color
Panel with #cdf388 background
background-color: #cdf388;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf388;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 243, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 243, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf388; background: linear-gradient(135deg, #cdf388, #88F38A);