#cdf05b
a balanced, electric green · cool · closest name: khaki
RGB
205, 240, 91
HSL
74°, 83%, 65%
CMYK
15, 0, 62, 6
Luminance
0.7605
Every format
| HEX | #cdf05b |
| RGB | rgb(205, 240, 91) |
| HSL | hsl(74, 83%, 65%) |
| CMYK | cmyk(15%, 0%, 62%, 6%) |
| LAB | lab(89.9 -31.8 66.1) |
| LCH | lch(89.9 73.3 115.7) |
| OKLCH | oklch(0.902 0.177 121.3) |
Copy-ready code
/* CSS */
color: #cdf05b;
background-color: #cdf05b;
/* Tailwind (arbitrary) */
class="text-[#cdf05b] bg-[#cdf05b]"
/* SCSS */
$brand: #cdf05b;
/* SwiftUI */
Color(red: 0.804, green: 0.941, blue: 0.357)
/* Android */
Color.parseColor("#cdf05b")Accessibility — WCAG contrast
Aa
#cdf05b on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf05b on black: 16.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green94.1%
Blue35.7%
CMYK percentages
Cyan14.6%
Magenta0.0%
Yellow62.1%
Key (black)5.9%
Color previews
#cdf05b text on a black background
contrast 16.21:1
Card sample
#cdf05b text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf05b;
Background color
Panel with #cdf05b background
background-color: #cdf05b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf05b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 240, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 240, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf05b; background: linear-gradient(135deg, #cdf05b, #6AF05B);