#cdf46b
a light, electric green · cool · closest name: khaki
RGB
205, 244, 107
HSL
77°, 86%, 69%
CMYK
16, 0, 56, 4
Luminance
0.7874
Every format
| HEX | #cdf46b |
| RGB | rgb(205, 244, 107) |
| HSL | hsl(77, 86%, 69%) |
| CMYK | cmyk(16%, 0%, 56%, 4%) |
| LAB | lab(91.1 -32.4 60.7) |
| LCH | lch(91.1 68.8 118.1) |
| OKLCH | oklch(0.912 0.169 123.1) |
Copy-ready code
/* CSS */
color: #cdf46b;
background-color: #cdf46b;
/* Tailwind (arbitrary) */
class="text-[#cdf46b] bg-[#cdf46b]"
/* SCSS */
$brand: #cdf46b;
/* SwiftUI */
Color(red: 0.804, green: 0.957, blue: 0.420)
/* Android */
Color.parseColor("#cdf46b")Accessibility — WCAG contrast
Aa
#cdf46b on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf46b on black: 16.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green95.7%
Blue42.0%
CMYK percentages
Cyan16.0%
Magenta0.0%
Yellow56.1%
Key (black)4.3%
Color previews
#cdf46b text on a black background
contrast 16.75:1
Card sample
#cdf46b text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf46b;
Background color
Panel with #cdf46b background
background-color: #cdf46b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf46b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 244, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 244, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf46b; background: linear-gradient(135deg, #cdf46b, #71F46B);