#cdfb02
a balanced, electric green · cool · closest name: yellow
RGB
205, 251, 2
HSL
71°, 98%, 50%
CMYK
18, 0, 99, 2
Luminance
0.8198
Every format
| HEX | #cdfb02 |
| RGB | rgb(205, 251, 2) |
| HSL | hsl(71, 98%, 50%) |
| CMYK | cmyk(18%, 0%, 99%, 2%) |
| LAB | lab(92.6 -39.8 89.4) |
| LCH | lch(92.6 97.8 114.0) |
| OKLCH | oklch(0.922 0.224 122.1) |
Copy-ready code
/* CSS */
color: #cdfb02;
background-color: #cdfb02;
/* Tailwind (arbitrary) */
class="text-[#cdfb02] bg-[#cdfb02]"
/* SCSS */
$brand: #cdfb02;
/* SwiftUI */
Color(red: 0.804, green: 0.984, blue: 0.008)
/* Android */
Color.parseColor("#cdfb02")Accessibility — WCAG contrast
Aa
#cdfb02 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfb02 on black: 17.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.4%
Blue0.8%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow99.2%
Key (black)1.6%
Color previews
#cdfb02 text on a black background
contrast 17.40:1
Card sample
#cdfb02 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfb02;
Background color
Panel with #cdfb02 background
background-color: #cdfb02;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfb02;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 251, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 251, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfb02; background: linear-gradient(135deg, #cdfb02, #27FB02);