#cdf133
a balanced, electric green · cool · closest name: yellow
RGB
205, 241, 51
HSL
71°, 87%, 57%
CMYK
15, 0, 79, 6
Luminance
0.7613
Every format
| HEX | #cdf133 |
| RGB | rgb(205, 241, 51) |
| HSL | hsl(71, 87%, 57%) |
| CMYK | cmyk(15%, 0%, 79%, 6%) |
| LAB | lab(89.9 -34.3 79.8) |
| LCH | lch(89.9 86.8 113.3) |
| OKLCH | oklch(0.901 0.202 120.5) |
Copy-ready code
/* CSS */
color: #cdf133;
background-color: #cdf133;
/* Tailwind (arbitrary) */
class="text-[#cdf133] bg-[#cdf133]"
/* SCSS */
$brand: #cdf133;
/* SwiftUI */
Color(red: 0.804, green: 0.945, blue: 0.200)
/* Android */
Color.parseColor("#cdf133")Accessibility — WCAG contrast
Aa
#cdf133 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf133 on black: 16.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green94.5%
Blue20.0%
CMYK percentages
Cyan14.9%
Magenta0.0%
Yellow78.8%
Key (black)5.5%
Color previews
#cdf133 text on a black background
contrast 16.23:1
Card sample
#cdf133 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf133;
Background color
Panel with #cdf133 background
background-color: #cdf133;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf133;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 241, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 241, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf133; background: linear-gradient(135deg, #cdf133, #4EF133);