#adecb2
a light, vivid green · cool · closest name: aquamarine
RGB
173, 236, 178
HSL
125°, 62%, 80%
CMYK
27, 0, 25, 8
Luminance
0.7209
Every format
| HEX | #adecb2 |
| RGB | rgb(173, 236, 178) |
| HSL | hsl(125, 62%, 80%) |
| CMYK | cmyk(27%, 0%, 25%, 8%) |
| LAB | lab(88.0 -31.0 21.9) |
| LCH | lch(88.0 38.0 144.8) |
| OKLCH | oklch(0.886 0.102 146.7) |
Copy-ready code
/* CSS */
color: #adecb2;
background-color: #adecb2;
/* Tailwind (arbitrary) */
class="text-[#adecb2] bg-[#adecb2]"
/* SCSS */
$brand: #adecb2;
/* SwiftUI */
Color(red: 0.678, green: 0.925, blue: 0.698)
/* Android */
Color.parseColor("#adecb2")Accessibility — WCAG contrast
Aa
#adecb2 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adecb2 on black: 15.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green92.5%
Blue69.8%
CMYK percentages
Cyan26.7%
Magenta0.0%
Yellow24.6%
Key (black)7.5%
Color previews
#adecb2 text on a black background
contrast 15.42:1
Card sample
#adecb2 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adecb2;
Background color
Panel with #adecb2 background
background-color: #adecb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adecb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 236, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 236, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adecb2; background: linear-gradient(135deg, #adecb2, #ADECDC);