#adebad
a light, vivid green · cool · closest name: aquamarine
RGB
173, 235, 173
HSL
120°, 61%, 80%
CMYK
26, 0, 26, 8
Luminance
0.7132
Every format
| HEX | #adebad |
| RGB | rgb(173, 235, 173) |
| HSL | hsl(120, 61%, 80%) |
| CMYK | cmyk(26%, 0%, 26%, 8%) |
| LAB | lab(87.6 -31.4 23.9) |
| LCH | lch(87.6 39.5 142.6) |
| OKLCH | oklch(0.882 0.105 144.6) |
Copy-ready code
/* CSS */
color: #adebad;
background-color: #adebad;
/* Tailwind (arbitrary) */
class="text-[#adebad] bg-[#adebad]"
/* SCSS */
$brand: #adebad;
/* SwiftUI */
Color(red: 0.678, green: 0.922, blue: 0.678)
/* Android */
Color.parseColor("#adebad")Accessibility — WCAG contrast
Aa
#adebad on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adebad on black: 15.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green92.2%
Blue67.8%
CMYK percentages
Cyan26.4%
Magenta0.0%
Yellow26.4%
Key (black)7.8%
Color previews
#adebad text on a black background
contrast 15.26:1
Card sample
#adebad text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adebad;
Background color
Panel with #adebad background
background-color: #adebad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adebad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 235, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 235, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adebad; background: linear-gradient(135deg, #adebad, #ADEBD6);