#cdf566
a light, electric green · cool · closest name: khaki
RGB
205, 245, 102
HSL
77°, 88%, 68%
CMYK
16, 0, 58, 4
Luminance
0.7924
Every format
| HEX | #cdf566 |
| RGB | rgb(205, 245, 102) |
| HSL | hsl(77, 88%, 68%) |
| CMYK | cmyk(16%, 0%, 58%, 4%) |
| LAB | lab(91.3 -33.2 63.1) |
| LCH | lch(91.3 71.3 117.8) |
| OKLCH | oklch(0.914 0.174 123.0) |
Copy-ready code
/* CSS */
color: #cdf566;
background-color: #cdf566;
/* Tailwind (arbitrary) */
class="text-[#cdf566] bg-[#cdf566]"
/* SCSS */
$brand: #cdf566;
/* SwiftUI */
Color(red: 0.804, green: 0.961, blue: 0.400)
/* Android */
Color.parseColor("#cdf566")Accessibility — WCAG contrast
Aa
#cdf566 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf566 on black: 16.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.1%
Blue40.0%
CMYK percentages
Cyan16.3%
Magenta0.0%
Yellow58.4%
Key (black)3.9%
Color previews
#cdf566 text on a black background
contrast 16.85:1
Card sample
#cdf566 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf566;
Background color
Panel with #cdf566 background
background-color: #cdf566;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf566;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 245, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 245, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf566; background: linear-gradient(135deg, #cdf566, #6DF566);