#cdf360
a light, electric green · cool · closest name: khaki
RGB
205, 243, 96
HSL
76°, 86%, 67%
CMYK
16, 0, 61, 5
Luminance
0.7792
Every format
| HEX | #cdf360 |
| RGB | rgb(205, 243, 96) |
| HSL | hsl(76, 86%, 67%) |
| CMYK | cmyk(16%, 0%, 61%, 5%) |
| LAB | lab(90.8 -32.8 65.0) |
| LCH | lch(90.8 72.8 116.8) |
| OKLCH | oklch(0.909 0.177 122.3) |
Copy-ready code
/* CSS */
color: #cdf360;
background-color: #cdf360;
/* Tailwind (arbitrary) */
class="text-[#cdf360] bg-[#cdf360]"
/* SCSS */
$brand: #cdf360;
/* SwiftUI */
Color(red: 0.804, green: 0.953, blue: 0.376)
/* Android */
Color.parseColor("#cdf360")Accessibility — WCAG contrast
Aa
#cdf360 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf360 on black: 16.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green95.3%
Blue37.6%
CMYK percentages
Cyan15.6%
Magenta0.0%
Yellow60.5%
Key (black)4.7%
Color previews
#cdf360 text on a black background
contrast 16.58:1
Card sample
#cdf360 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf360;
Background color
Panel with #cdf360 background
background-color: #cdf360;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf360;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 243, 96, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 243, 96, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf360; background: linear-gradient(135deg, #cdf360, #6BF360);