#adeb8f
a light, vivid green · cool · closest name: khaki
RGB
173, 235, 143
HSL
100°, 70%, 74%
CMYK
26, 0, 39, 8
Luminance
0.7028
Every format
| HEX | #adeb8f |
| RGB | rgb(173, 235, 143) |
| HSL | hsl(100, 70%, 74%) |
| CMYK | cmyk(26%, 0%, 39%, 8%) |
| LAB | lab(87.1 -35.9 38.5) |
| LCH | lch(87.1 52.6 133.0) |
| OKLCH | oklch(0.877 0.137 136.0) |
Copy-ready code
/* CSS */
color: #adeb8f;
background-color: #adeb8f;
/* Tailwind (arbitrary) */
class="text-[#adeb8f] bg-[#adeb8f]"
/* SCSS */
$brand: #adeb8f;
/* SwiftUI */
Color(red: 0.678, green: 0.922, blue: 0.561)
/* Android */
Color.parseColor("#adeb8f")Accessibility — WCAG contrast
Aa
#adeb8f on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adeb8f on black: 15.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green92.2%
Blue56.1%
CMYK percentages
Cyan26.4%
Magenta0.0%
Yellow39.1%
Key (black)7.8%
Color previews
#adeb8f text on a black background
contrast 15.06:1
Card sample
#adeb8f text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adeb8f;
Background color
Panel with #adeb8f background
background-color: #adeb8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adeb8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 235, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 235, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adeb8f; background: linear-gradient(135deg, #adeb8f, #8FEBAE);