#adebbf
a light, vivid green · cool · closest name: aquamarine
RGB
173, 235, 191
HSL
137°, 61%, 80%
CMYK
26, 0, 19, 8
Luminance
0.7206
Every format
| HEX | #adebbf |
| RGB | rgb(173, 235, 191) |
| HSL | hsl(137, 61%, 80%) |
| CMYK | cmyk(26%, 0%, 19%, 8%) |
| LAB | lab(88.0 -28.2 15.1) |
| LCH | lch(88.0 32.0 151.8) |
| OKLCH | oklch(0.886 0.087 153.5) |
Copy-ready code
/* CSS */
color: #adebbf;
background-color: #adebbf;
/* Tailwind (arbitrary) */
class="text-[#adebbf] bg-[#adebbf]"
/* SCSS */
$brand: #adebbf;
/* SwiftUI */
Color(red: 0.678, green: 0.922, blue: 0.749)
/* Android */
Color.parseColor("#adebbf")Accessibility — WCAG contrast
Aa
#adebbf on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adebbf on black: 15.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green92.2%
Blue74.9%
CMYK percentages
Cyan26.4%
Magenta0.0%
Yellow18.7%
Key (black)7.8%
Color previews
#adebbf text on a black background
contrast 15.41:1
Card sample
#adebbf text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adebbf;
Background color
Panel with #adebbf background
background-color: #adebbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adebbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 235, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 235, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adebbf; background: linear-gradient(135deg, #adebbf, #ADEBE8);