#adecba
a light, vivid green · cool · closest name: aquamarine
RGB
173, 236, 186
HSL
132°, 62%, 80%
CMYK
27, 0, 21, 8
Luminance
0.7242
Every format
| HEX | #adecba |
| RGB | rgb(173, 236, 186) |
| HSL | hsl(132, 62%, 80%) |
| CMYK | cmyk(27%, 0%, 21%, 8%) |
| LAB | lab(88.2 -29.6 18.0) |
| LCH | lch(88.2 34.6 148.8) |
| OKLCH | oklch(0.887 0.094 150.5) |
Copy-ready code
/* CSS */
color: #adecba;
background-color: #adecba;
/* Tailwind (arbitrary) */
class="text-[#adecba] bg-[#adecba]"
/* SCSS */
$brand: #adecba;
/* SwiftUI */
Color(red: 0.678, green: 0.925, blue: 0.729)
/* Android */
Color.parseColor("#adecba")Accessibility — WCAG contrast
Aa
#adecba on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adecba on black: 15.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green92.5%
Blue72.9%
CMYK percentages
Cyan26.7%
Magenta0.0%
Yellow21.2%
Key (black)7.5%
Color previews
#adecba text on a black background
contrast 15.48:1
Card sample
#adecba text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adecba;
Background color
Panel with #adecba background
background-color: #adecba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adecba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 236, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 236, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adecba; background: linear-gradient(135deg, #adecba, #ADECE4);