#cdf92b
a balanced, electric green · cool · closest name: yellow
RGB
205, 249, 43
HSL
73°, 95%, 57%
CMYK
18, 0, 83, 2
Luminance
0.8090
Every format
| HEX | #cdf92b |
| RGB | rgb(205, 249, 43) |
| HSL | hsl(73, 95%, 57%) |
| CMYK | cmyk(18%, 0%, 83%, 2%) |
| LAB | lab(92.1 -38.2 83.6) |
| LCH | lch(92.1 91.9 114.6) |
| OKLCH | oklch(0.919 0.214 122.1) |
Copy-ready code
/* CSS */
color: #cdf92b;
background-color: #cdf92b;
/* Tailwind (arbitrary) */
class="text-[#cdf92b] bg-[#cdf92b]"
/* SCSS */
$brand: #cdf92b;
/* SwiftUI */
Color(red: 0.804, green: 0.976, blue: 0.169)
/* Android */
Color.parseColor("#cdf92b")Accessibility — WCAG contrast
Aa
#cdf92b on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf92b on black: 17.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green97.6%
Blue16.9%
CMYK percentages
Cyan17.7%
Magenta0.0%
Yellow82.7%
Key (black)2.4%
Color previews
#cdf92b text on a black background
contrast 17.18:1
Card sample
#cdf92b text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf92b;
Background color
Panel with #cdf92b background
background-color: #cdf92b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf92b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 249, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 249, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf92b; background: linear-gradient(135deg, #cdf92b, #44F92B);