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