#cdf65b
a light, electric green · cool · closest name: yellow
RGB
205, 246, 91
HSL
76°, 90%, 66%
CMYK
17, 0, 63, 4
Luminance
0.7965
Every format
| HEX | #cdf65b |
| RGB | rgb(205, 246, 91) |
| HSL | hsl(76, 90%, 66%) |
| CMYK | cmyk(17%, 0%, 63%, 4%) |
| LAB | lab(91.5 -34.5 67.8) |
| LCH | lch(91.5 76.1 117.0) |
| OKLCH | oklch(0.915 0.184 122.7) |
Copy-ready code
/* CSS */
color: #cdf65b;
background-color: #cdf65b;
/* Tailwind (arbitrary) */
class="text-[#cdf65b] bg-[#cdf65b]"
/* SCSS */
$brand: #cdf65b;
/* SwiftUI */
Color(red: 0.804, green: 0.965, blue: 0.357)
/* Android */
Color.parseColor("#cdf65b")Accessibility — WCAG contrast
Aa
#cdf65b on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf65b on black: 16.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.5%
Blue35.7%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow63.0%
Key (black)3.5%
Color previews
#cdf65b text on a black background
contrast 16.93:1
Card sample
#cdf65b text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf65b;
Background color
Panel with #cdf65b background
background-color: #cdf65b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf65b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 246, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 246, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf65b; background: linear-gradient(135deg, #cdf65b, #66F65B);