#adecab
a light, vivid green · cool · closest name: aquamarine
RGB
173, 236, 171
HSL
118°, 63%, 80%
CMYK
27, 0, 28, 8
Luminance
0.7182
Every format
| HEX | #adecab |
| RGB | rgb(173, 236, 171) |
| HSL | hsl(118, 63%, 80%) |
| CMYK | cmyk(27%, 0%, 28%, 8%) |
| LAB | lab(87.9 -32.2 25.3) |
| LCH | lch(87.9 40.9 141.8) |
| OKLCH | oklch(0.884 0.109 143.8) |
Copy-ready code
/* CSS */
color: #adecab;
background-color: #adecab;
/* Tailwind (arbitrary) */
class="text-[#adecab] bg-[#adecab]"
/* SCSS */
$brand: #adecab;
/* SwiftUI */
Color(red: 0.678, green: 0.925, blue: 0.671)
/* Android */
Color.parseColor("#adecab")Accessibility — WCAG contrast
Aa
#adecab on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adecab on black: 15.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green92.5%
Blue67.1%
CMYK percentages
Cyan26.7%
Magenta0.0%
Yellow27.5%
Key (black)7.5%
Color previews
#adecab text on a black background
contrast 15.36:1
Card sample
#adecab text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adecab;
Background color
Panel with #adecab background
background-color: #adecab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adecab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 236, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 236, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adecab; background: linear-gradient(135deg, #adecab, #ABECD4);