#cdfe00
a balanced, electric green · cool · closest name: yellow
RGB
205, 254, 0
HSL
72°, 100%, 50%
CMYK
19, 0, 100, 0
Luminance
0.8386
Every format
| HEX | #cdfe00 |
| RGB | rgb(205, 254, 0) |
| HSL | hsl(72, 100%, 50%) |
| CMYK | cmyk(19%, 0%, 100%, 0%) |
| LAB | lab(93.4 -41.1 90.1) |
| LCH | lch(93.4 99.1 114.5) |
| OKLCH | oklch(0.929 0.227 122.7) |
Copy-ready code
/* CSS */
color: #cdfe00;
background-color: #cdfe00;
/* Tailwind (arbitrary) */
class="text-[#cdfe00] bg-[#cdfe00]"
/* SCSS */
$brand: #cdfe00;
/* SwiftUI */
Color(red: 0.804, green: 0.996, blue: 0.000)
/* Android */
Color.parseColor("#cdfe00")Accessibility — WCAG contrast
Aa
#cdfe00 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfe00 on black: 17.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green99.6%
Blue0.0%
CMYK percentages
Cyan19.3%
Magenta0.0%
Yellow100.0%
Key (black)0.4%
Color previews
#cdfe00 text on a black background
contrast 17.77:1
Card sample
#cdfe00 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfe00;
Background color
Panel with #cdfe00 background
background-color: #cdfe00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfe00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 254, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 254, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfe00; background: linear-gradient(135deg, #cdfe00, #24FE00);