#adebc1
a light, vivid green · cool · closest name: aquamarine
RGB
173, 235, 193
HSL
139°, 61%, 80%
CMYK
26, 0, 18, 8
Luminance
0.7215
Every format
| HEX | #adebc1 |
| RGB | rgb(173, 235, 193) |
| HSL | hsl(139, 61%, 80%) |
| CMYK | cmyk(26%, 0%, 18%, 8%) |
| LAB | lab(88.0 -27.9 14.2) |
| LCH | lch(88.0 31.3 153.1) |
| OKLCH | oklch(0.887 0.085 154.7) |
Copy-ready code
/* CSS */
color: #adebc1;
background-color: #adebc1;
/* Tailwind (arbitrary) */
class="text-[#adebc1] bg-[#adebc1]"
/* SCSS */
$brand: #adebc1;
/* SwiftUI */
Color(red: 0.678, green: 0.922, blue: 0.757)
/* Android */
Color.parseColor("#adebc1")Accessibility — WCAG contrast
Aa
#adebc1 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adebc1 on black: 15.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green92.2%
Blue75.7%
CMYK percentages
Cyan26.4%
Magenta0.0%
Yellow17.9%
Key (black)7.8%
Color previews
#adebc1 text on a black background
contrast 15.43:1
Card sample
#adebc1 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adebc1;
Background color
Panel with #adebc1 background
background-color: #adebc1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adebc1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 235, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 235, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adebc1; background: linear-gradient(135deg, #adebc1, #ADEBEA);