#adeb85
a light, vivid green · cool · closest name: khaki
RGB
173, 235, 133
HSL
97°, 72%, 72%
CMYK
26, 0, 43, 8
Luminance
0.6999
Every format
| HEX | #adeb85 |
| RGB | rgb(173, 235, 133) |
| HSL | hsl(97, 72%, 72%) |
| CMYK | cmyk(26%, 0%, 43%, 8%) |
| LAB | lab(87.0 -37.2 43.2) |
| LCH | lch(87.0 57.0 130.7) |
| OKLCH | oklch(0.875 0.147 134.1) |
Copy-ready code
/* CSS */
color: #adeb85;
background-color: #adeb85;
/* Tailwind (arbitrary) */
class="text-[#adeb85] bg-[#adeb85]"
/* SCSS */
$brand: #adeb85;
/* SwiftUI */
Color(red: 0.678, green: 0.922, blue: 0.522)
/* Android */
Color.parseColor("#adeb85")Accessibility — WCAG contrast
Aa
#adeb85 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adeb85 on black: 15.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green92.2%
Blue52.2%
CMYK percentages
Cyan26.4%
Magenta0.0%
Yellow43.4%
Key (black)7.8%
Color previews
#adeb85 text on a black background
contrast 15.00:1
Card sample
#adeb85 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adeb85;
Background color
Panel with #adeb85 background
background-color: #adeb85;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adeb85;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 235, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 235, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adeb85; background: linear-gradient(135deg, #adeb85, #85EBA1);