#cdf732
a balanced, electric green · cool · closest name: yellow
RGB
205, 247, 50
HSL
73°, 93%, 58%
CMYK
17, 0, 80, 3
Luminance
0.7973
Every format
| HEX | #cdf732 |
| RGB | rgb(205, 247, 50) |
| HSL | hsl(73, 93%, 58%) |
| CMYK | cmyk(17%, 0%, 80%, 3%) |
| LAB | lab(91.6 -37.1 81.5) |
| LCH | lch(91.6 89.5 114.5) |
| OKLCH | oklch(0.915 0.209 121.8) |
Copy-ready code
/* CSS */
color: #cdf732;
background-color: #cdf732;
/* Tailwind (arbitrary) */
class="text-[#cdf732] bg-[#cdf732]"
/* SCSS */
$brand: #cdf732;
/* SwiftUI */
Color(red: 0.804, green: 0.969, blue: 0.196)
/* Android */
Color.parseColor("#cdf732")Accessibility — WCAG contrast
Aa
#cdf732 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf732 on black: 16.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.9%
Blue19.6%
CMYK percentages
Cyan17.0%
Magenta0.0%
Yellow79.8%
Key (black)3.1%
Color previews
#cdf732 text on a black background
contrast 16.95:1
Card sample
#cdf732 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf732;
Background color
Panel with #cdf732 background
background-color: #cdf732;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf732;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 247, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 247, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf732; background: linear-gradient(135deg, #cdf732, #49F732);