#adebc8
a light, vivid green · cool · closest name: aquamarine
RGB
173, 235, 200
HSL
146°, 61%, 80%
CMYK
26, 0, 15, 8
Luminance
0.7247
Every format
| HEX | #adebc8 |
| RGB | rgb(173, 235, 200) |
| HSL | hsl(146, 61%, 80%) |
| CMYK | cmyk(26%, 0%, 15%, 8%) |
| LAB | lab(88.2 -26.6 10.7) |
| LCH | lch(88.2 28.6 158.0) |
| OKLCH | oklch(0.889 0.079 159.5) |
Copy-ready code
/* CSS */
color: #adebc8;
background-color: #adebc8;
/* Tailwind (arbitrary) */
class="text-[#adebc8] bg-[#adebc8]"
/* SCSS */
$brand: #adebc8;
/* SwiftUI */
Color(red: 0.678, green: 0.922, blue: 0.784)
/* Android */
Color.parseColor("#adebc8")Accessibility — WCAG contrast
Aa
#adebc8 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adebc8 on black: 15.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green92.2%
Blue78.4%
CMYK percentages
Cyan26.4%
Magenta0.0%
Yellow14.9%
Key (black)7.8%
Color previews
#adebc8 text on a black background
contrast 15.49:1
Card sample
#adebc8 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adebc8;
Background color
Panel with #adebc8 background
background-color: #adebc8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adebc8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 235, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 235, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adebc8; background: linear-gradient(135deg, #adebc8, #ADE5EB);