#cdfe69
a light, electric green · cool · closest name: yellow
RGB
205, 254, 105
HSL
80°, 99%, 70%
CMYK
19, 0, 59, 0
Luminance
0.8488
Every format
| HEX | #cdfe69 |
| RGB | rgb(205, 254, 105) |
| HSL | hsl(80, 99%, 70%) |
| CMYK | cmyk(19%, 0%, 59%, 0%) |
| LAB | lab(93.8 -37.1 64.6) |
| LCH | lch(93.8 74.5 119.8) |
| OKLCH | oklch(0.934 0.183 125.2) |
Copy-ready code
/* CSS */
color: #cdfe69;
background-color: #cdfe69;
/* Tailwind (arbitrary) */
class="text-[#cdfe69] bg-[#cdfe69]"
/* SCSS */
$brand: #cdfe69;
/* SwiftUI */
Color(red: 0.804, green: 0.996, blue: 0.412)
/* Android */
Color.parseColor("#cdfe69")Accessibility — WCAG contrast
Aa
#cdfe69 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfe69 on black: 17.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green99.6%
Blue41.2%
CMYK percentages
Cyan19.3%
Magenta0.0%
Yellow58.7%
Key (black)0.4%
Color previews
#cdfe69 text on a black background
contrast 17.98:1
Card sample
#cdfe69 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfe69;
Background color
Panel with #cdfe69 background
background-color: #cdfe69;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfe69;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 254, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 254, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfe69; background: linear-gradient(135deg, #cdfe69, #6AFE69);