#cdf06b
a light, electric green · cool · closest name: khaki
RGB
205, 240, 107
HSL
76°, 82%, 68%
CMYK
15, 0, 55, 6
Luminance
0.7636
Every format
| HEX | #cdf06b |
| RGB | rgb(205, 240, 107) |
| HSL | hsl(76, 82%, 68%) |
| CMYK | cmyk(15%, 0%, 55%, 6%) |
| LAB | lab(90.0 -30.5 59.5) |
| LCH | lch(90.0 66.8 117.2) |
| OKLCH | oklch(0.903 0.164 122.1) |
Copy-ready code
/* CSS */
color: #cdf06b;
background-color: #cdf06b;
/* Tailwind (arbitrary) */
class="text-[#cdf06b] bg-[#cdf06b]"
/* SCSS */
$brand: #cdf06b;
/* SwiftUI */
Color(red: 0.804, green: 0.941, blue: 0.420)
/* Android */
Color.parseColor("#cdf06b")Accessibility — WCAG contrast
Aa
#cdf06b on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf06b on black: 16.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green94.1%
Blue42.0%
CMYK percentages
Cyan14.6%
Magenta0.0%
Yellow55.4%
Key (black)5.9%
Color previews
#cdf06b text on a black background
contrast 16.27:1
Card sample
#cdf06b text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf06b;
Background color
Panel with #cdf06b background
background-color: #cdf06b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf06b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 240, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 240, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf06b; background: linear-gradient(135deg, #cdf06b, #74F06B);