#adebae
a light, vivid green · cool · closest name: aquamarine
RGB
173, 235, 174
HSL
121°, 61%, 80%
CMYK
26, 0, 26, 8
Luminance
0.7136
Every format
| HEX | #adebae |
| RGB | rgb(173, 235, 174) |
| HSL | hsl(121, 61%, 80%) |
| CMYK | cmyk(26%, 0%, 26%, 8%) |
| LAB | lab(87.7 -31.2 23.5) |
| LCH | lch(87.7 39.0 143.1) |
| OKLCH | oklch(0.882 0.104 145.0) |
Copy-ready code
/* CSS */
color: #adebae;
background-color: #adebae;
/* Tailwind (arbitrary) */
class="text-[#adebae] bg-[#adebae]"
/* SCSS */
$brand: #adebae;
/* SwiftUI */
Color(red: 0.678, green: 0.922, blue: 0.682)
/* Android */
Color.parseColor("#adebae")Accessibility — WCAG contrast
Aa
#adebae on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adebae on black: 15.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green92.2%
Blue68.2%
CMYK percentages
Cyan26.4%
Magenta0.0%
Yellow26.0%
Key (black)7.8%
Color previews
#adebae text on a black background
contrast 15.27:1
Card sample
#adebae text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adebae;
Background color
Panel with #adebae background
background-color: #adebae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adebae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 235, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 235, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adebae; background: linear-gradient(135deg, #adebae, #ADEBD7);