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