#cdf175
a light, electric green · cool · closest name: khaki
RGB
205, 241, 117
HSL
77°, 82%, 70%
CMYK
15, 0, 52, 6
Luminance
0.7717
Every format
| HEX | #cdf175 |
| RGB | rgb(205, 241, 117) |
| HSL | hsl(77, 82%, 70%) |
| CMYK | cmyk(15%, 0%, 52%, 6%) |
| LAB | lab(90.4 -30.1 55.4) |
| LCH | lch(90.4 63.0 118.5) |
| OKLCH | oklch(0.907 0.156 122.9) |
Copy-ready code
/* CSS */
color: #cdf175;
background-color: #cdf175;
/* Tailwind (arbitrary) */
class="text-[#cdf175] bg-[#cdf175]"
/* SCSS */
$brand: #cdf175;
/* SwiftUI */
Color(red: 0.804, green: 0.945, blue: 0.459)
/* Android */
Color.parseColor("#cdf175")Accessibility — WCAG contrast
Aa
#cdf175 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf175 on black: 16.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green94.5%
Blue45.9%
CMYK percentages
Cyan14.9%
Magenta0.0%
Yellow51.5%
Key (black)5.5%
Color previews
#cdf175 text on a black background
contrast 16.43:1
Card sample
#cdf175 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf175;
Background color
Panel with #cdf175 background
background-color: #cdf175;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf175;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 241, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 241, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf175; background: linear-gradient(135deg, #cdf175, #7AF175);