#cdf663
a light, electric green · cool · closest name: khaki
RGB
205, 246, 99
HSL
77°, 89%, 68%
CMYK
17, 0, 60, 4
Luminance
0.7979
Every format
| HEX | #cdf663 |
| RGB | rgb(205, 246, 99) |
| HSL | hsl(77, 89%, 68%) |
| CMYK | cmyk(17%, 0%, 60%, 4%) |
| LAB | lab(91.6 -33.9 64.7) |
| LCH | lch(91.6 73.0 117.7) |
| OKLCH | oklch(0.916 0.178 123.1) |
Copy-ready code
/* CSS */
color: #cdf663;
background-color: #cdf663;
/* Tailwind (arbitrary) */
class="text-[#cdf663] bg-[#cdf663]"
/* SCSS */
$brand: #cdf663;
/* SwiftUI */
Color(red: 0.804, green: 0.965, blue: 0.388)
/* Android */
Color.parseColor("#cdf663")Accessibility — WCAG contrast
Aa
#cdf663 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdf663 on black: 16.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green96.5%
Blue38.8%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow59.8%
Key (black)3.5%
Color previews
#cdf663 text on a black background
contrast 16.96:1
Card sample
#cdf663 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdf663;
Background color
Panel with #cdf663 background
background-color: #cdf663;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdf663;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 246, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 246, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdf663; background: linear-gradient(135deg, #cdf663, #6BF663);