#adeabb
a light, vivid green · cool · closest name: aquamarine
RGB
173, 234, 187
HSL
134°, 59%, 80%
CMYK
26, 0, 20, 8
Luminance
0.7132
Every format
| HEX | #adeabb |
| RGB | rgb(173, 234, 187) |
| HSL | hsl(134, 59%, 80%) |
| CMYK | cmyk(26%, 0%, 20%, 8%) |
| LAB | lab(87.6 -28.5 16.7) |
| LCH | lch(87.6 33.0 149.6) |
| OKLCH | oklch(0.883 0.089 151.3) |
Copy-ready code
/* CSS */
color: #adeabb;
background-color: #adeabb;
/* Tailwind (arbitrary) */
class="text-[#adeabb] bg-[#adeabb]"
/* SCSS */
$brand: #adeabb;
/* SwiftUI */
Color(red: 0.678, green: 0.918, blue: 0.733)
/* Android */
Color.parseColor("#adeabb")Accessibility — WCAG contrast
Aa
#adeabb on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adeabb on black: 15.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green91.8%
Blue73.3%
CMYK percentages
Cyan26.1%
Magenta0.0%
Yellow20.1%
Key (black)8.2%
Color previews
#adeabb text on a black background
contrast 15.26:1
Card sample
#adeabb text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adeabb;
Background color
Panel with #adeabb background
background-color: #adeabb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adeabb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 234, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 234, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adeabb; background: linear-gradient(135deg, #adeabb, #ADEAE4);