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