#cdfb57
a light, electric green · cool · closest name: yellow
RGB
205, 251, 87
HSL
77°, 95%, 66%
CMYK
18, 0, 65, 2
Luminance
0.8266
Every format
| HEX | #cdfb57 |
| RGB | rgb(205, 251, 87) |
| HSL | hsl(77, 95%, 66%) |
| CMYK | cmyk(18%, 0%, 65%, 2%) |
| LAB | lab(92.9 -37.0 70.8) |
| LCH | lch(92.9 79.9 117.6) |
| OKLCH | oklch(0.926 0.193 123.6) |
Copy-ready code
/* CSS */
color: #cdfb57;
background-color: #cdfb57;
/* Tailwind (arbitrary) */
class="text-[#cdfb57] bg-[#cdfb57]"
/* SCSS */
$brand: #cdfb57;
/* SwiftUI */
Color(red: 0.804, green: 0.984, blue: 0.341)
/* Android */
Color.parseColor("#cdfb57")Accessibility — WCAG contrast
Aa
#cdfb57 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdfb57 on black: 17.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green98.4%
Blue34.1%
CMYK percentages
Cyan18.3%
Magenta0.0%
Yellow65.3%
Key (black)1.6%
Color previews
#cdfb57 text on a black background
contrast 17.53:1
Card sample
#cdfb57 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdfb57;
Background color
Panel with #cdfb57 background
background-color: #cdfb57;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdfb57;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 251, 87, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 251, 87, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdfb57; background: linear-gradient(135deg, #cdfb57, #60FB57);