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