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