#ade68f
a light, vivid green · cool · closest name: khaki
RGB
173, 230, 143
HSL
99°, 64%, 73%
CMYK
25, 0, 38, 10
Luminance
0.6746
Every format
| HEX | #ade68f |
| RGB | rgb(173, 230, 143) |
| HSL | hsl(99, 64%, 73%) |
| CMYK | cmyk(25%, 0%, 38%, 10%) |
| LAB | lab(85.7 -33.6 36.7) |
| LCH | lch(85.7 49.7 132.5) |
| OKLCH | oklch(0.865 0.129 135.4) |
Copy-ready code
/* CSS */
color: #ade68f;
background-color: #ade68f;
/* Tailwind (arbitrary) */
class="text-[#ade68f] bg-[#ade68f]"
/* SCSS */
$brand: #ade68f;
/* SwiftUI */
Color(red: 0.678, green: 0.902, blue: 0.561)
/* Android */
Color.parseColor("#ade68f")Accessibility — WCAG contrast
Aa
#ade68f on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade68f on black: 14.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green90.2%
Blue56.1%
CMYK percentages
Cyan24.8%
Magenta0.0%
Yellow37.8%
Key (black)9.8%
Color previews
#ade68f text on a black background
contrast 14.49:1
Card sample
#ade68f text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade68f;
Background color
Panel with #ade68f background
background-color: #ade68f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade68f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 230, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 230, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade68f; background: linear-gradient(135deg, #ade68f, #8FE6AB);