#adf663
a light, electric green · cool · closest name: khaki
RGB
173, 246, 99
HSL
90°, 89%, 68%
CMYK
30, 0, 60, 4
Luminance
0.7570
Every format
| HEX | #adf663 |
| RGB | rgb(173, 246, 99) |
| HSL | hsl(90, 89%, 68%) |
| CMYK | cmyk(30%, 0%, 60%, 4%) |
| LAB | lab(89.7 -45.6 62.0) |
| LCH | lch(89.7 77.0 126.3) |
| OKLCH | oklch(0.896 0.193 131.5) |
Copy-ready code
/* CSS */
color: #adf663;
background-color: #adf663;
/* Tailwind (arbitrary) */
class="text-[#adf663] bg-[#adf663]"
/* SCSS */
$brand: #adf663;
/* SwiftUI */
Color(red: 0.678, green: 0.965, blue: 0.388)
/* Android */
Color.parseColor("#adf663")Accessibility — WCAG contrast
Aa
#adf663 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adf663 on black: 16.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green96.5%
Blue38.8%
CMYK percentages
Cyan29.7%
Magenta0.0%
Yellow59.8%
Key (black)3.5%
Color previews
#adf663 text on a black background
contrast 16.14:1
Card sample
#adf663 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adf663;
Background color
Panel with #adf663 background
background-color: #adf663;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adf663;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 246, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 246, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adf663; background: linear-gradient(135deg, #adf663, #63F67B);