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