#cdf56b
a light, electric green · cool · closest name: khaki
RGB
205, 245, 107
HSL
77°, 87%, 69%
CMYK
16, 0, 56, 4
Luminance
0.7935
Every format
| HEX | #cdf56b |
| RGB | rgb(205, 245, 107) |
| HSL | hsl(77, 87%, 69%) |
| CMYK | cmyk(16%, 0%, 56%, 4%) |
| LAB | lab(91.4 -32.8 61.0) |
| LCH | lch(91.4 69.3 118.3) |
| OKLCH | oklch(0.914 0.170 123.3) |
Copy-ready code
/* CSS */
color: #cdf56b;
background-color: #cdf56b;
/* Tailwind (arbitrary) */
class="text-[#cdf56b] bg-[#cdf56b]"
/* SCSS */
$brand: #cdf56b;
/* SwiftUI */
Color(red: 0.804, green: 0.961, blue: 0.420)
/* Android */
Color.parseColor("#cdf56b")Accessibility — WCAG contrast
Aa
#cdf56b on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf56b on black: 16.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.1%
Blue42.0%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow56.3%
Key (black)3.9%
Color previews
#cdf56b text on a black background
contrast 16.87:1
Card sample
#cdf56b text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf56b;
Background color
Panel with #cdf56b background
background-color: #cdf56b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf56b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 245, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 245, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf56b; background: linear-gradient(135deg, #cdf56b, #71F56B);