#cdf55c
a light, electric green · cool · closest name: yellow
RGB
205, 245, 92
HSL
76°, 88%, 66%
CMYK
16, 0, 62, 4
Luminance
0.7906
Every format
| HEX | #cdf55c |
| RGB | rgb(205, 245, 92) |
| HSL | hsl(76, 88%, 66%) |
| CMYK | cmyk(16%, 0%, 62%, 4%) |
| LAB | lab(91.3 -34.0 67.2) |
| LCH | lch(91.3 75.3 116.8) |
| OKLCH | oklch(0.913 0.182 122.5) |
Copy-ready code
/* CSS */
color: #cdf55c;
background-color: #cdf55c;
/* Tailwind (arbitrary) */
class="text-[#cdf55c] bg-[#cdf55c]"
/* SCSS */
$brand: #cdf55c;
/* SwiftUI */
Color(red: 0.804, green: 0.961, blue: 0.361)
/* Android */
Color.parseColor("#cdf55c")Accessibility — WCAG contrast
Aa
#cdf55c on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf55c on black: 16.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.1%
Blue36.1%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow62.4%
Key (black)3.9%
Color previews
#cdf55c text on a black background
contrast 16.81:1
Card sample
#cdf55c text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf55c;
Background color
Panel with #cdf55c background
background-color: #cdf55c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf55c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 245, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 245, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf55c; background: linear-gradient(135deg, #cdf55c, #67F55C);