#cdf570
a light, electric green · cool · closest name: khaki
RGB
205, 245, 112
HSL
78°, 87%, 70%
CMYK
16, 0, 54, 4
Luminance
0.7945
Every format
| HEX | #cdf570 |
| RGB | rgb(205, 245, 112) |
| HSL | hsl(78, 87%, 70%) |
| CMYK | cmyk(16%, 0%, 54%, 4%) |
| LAB | lab(91.4 -32.4 58.9) |
| LCH | lch(91.4 67.2 118.8) |
| OKLCH | oklch(0.915 0.166 123.6) |
Copy-ready code
/* CSS */
color: #cdf570;
background-color: #cdf570;
/* Tailwind (arbitrary) */
class="text-[#cdf570] bg-[#cdf570]"
/* SCSS */
$brand: #cdf570;
/* SwiftUI */
Color(red: 0.804, green: 0.961, blue: 0.439)
/* Android */
Color.parseColor("#cdf570")Accessibility — WCAG contrast
Aa
#cdf570 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf570 on black: 16.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.1%
Blue43.9%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow54.3%
Key (black)3.9%
Color previews
#cdf570 text on a black background
contrast 16.89:1
Card sample
#cdf570 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf570;
Background color
Panel with #cdf570 background
background-color: #cdf570;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf570;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 245, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 245, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf570; background: linear-gradient(135deg, #cdf570, #74F570);