#adecc2
a light, vivid green · cool · closest name: aquamarine
RGB
173, 236, 194
HSL
140°, 62%, 80%
CMYK
27, 0, 18, 8
Luminance
0.7277
Every format
| HEX | #adecc2 |
| RGB | rgb(173, 236, 194) |
| HSL | hsl(140, 62%, 80%) |
| CMYK | cmyk(27%, 0%, 18%, 8%) |
| LAB | lab(88.3 -28.2 14.1) |
| LCH | lch(88.3 31.5 153.5) |
| OKLCH | oklch(0.889 0.086 155.1) |
Copy-ready code
/* CSS */
color: #adecc2;
background-color: #adecc2;
/* Tailwind (arbitrary) */
class="text-[#adecc2] bg-[#adecc2]"
/* SCSS */
$brand: #adecc2;
/* SwiftUI */
Color(red: 0.678, green: 0.925, blue: 0.761)
/* Android */
Color.parseColor("#adecc2")Accessibility — WCAG contrast
Aa
#adecc2 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adecc2 on black: 15.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green92.5%
Blue76.1%
CMYK percentages
Cyan26.7%
Magenta0.0%
Yellow17.8%
Key (black)7.5%
Color previews
#adecc2 text on a black background
contrast 15.55:1
Card sample
#adecc2 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adecc2;
Background color
Panel with #adecc2 background
background-color: #adecc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adecc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 236, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 236, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adecc2; background: linear-gradient(135deg, #adecc2, #ADECEC);