#adebbb
a light, vivid green · cool · closest name: aquamarine
RGB
173, 235, 187
HSL
134°, 61%, 80%
CMYK
26, 0, 20, 8
Luminance
0.7189
Every format
| HEX | #adebbb |
| RGB | rgb(173, 235, 187) |
| HSL | hsl(134, 61%, 80%) |
| CMYK | cmyk(26%, 0%, 20%, 8%) |
| LAB | lab(87.9 -29.0 17.1) |
| LCH | lch(87.9 33.6 149.4) |
| OKLCH | oklch(0.885 0.091 151.2) |
Copy-ready code
/* CSS */
color: #adebbb;
background-color: #adebbb;
/* Tailwind (arbitrary) */
class="text-[#adebbb] bg-[#adebbb]"
/* SCSS */
$brand: #adebbb;
/* SwiftUI */
Color(red: 0.678, green: 0.922, blue: 0.733)
/* Android */
Color.parseColor("#adebbb")Accessibility — WCAG contrast
Aa
#adebbb on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adebbb on black: 15.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green92.2%
Blue73.3%
CMYK percentages
Cyan26.4%
Magenta0.0%
Yellow20.4%
Key (black)7.8%
Color previews
#adebbb text on a black background
contrast 15.38:1
Card sample
#adebbb text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adebbb;
Background color
Panel with #adebbb background
background-color: #adebbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adebbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 235, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 235, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adebbb; background: linear-gradient(135deg, #adebbb, #ADEBE4);