#adebcb
a light, vivid green · cool · closest name: aquamarine
RGB
173, 235, 203
HSL
149°, 61%, 80%
CMYK
26, 0, 14, 8
Luminance
0.7261
Every format
| HEX | #adebcb |
| RGB | rgb(173, 235, 203) |
| HSL | hsl(149, 61%, 80%) |
| CMYK | cmyk(26%, 0%, 14%, 8%) |
| LAB | lab(88.3 -26.0 9.3) |
| LCH | lch(88.3 27.6 160.4) |
| OKLCH | oklch(0.889 0.077 161.8) |
Copy-ready code
/* CSS */
color: #adebcb;
background-color: #adebcb;
/* Tailwind (arbitrary) */
class="text-[#adebcb] bg-[#adebcb]"
/* SCSS */
$brand: #adebcb;
/* SwiftUI */
Color(red: 0.678, green: 0.922, blue: 0.796)
/* Android */
Color.parseColor("#adebcb")Accessibility — WCAG contrast
Aa
#adebcb on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adebcb on black: 15.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green92.2%
Blue79.6%
CMYK percentages
Cyan26.4%
Magenta0.0%
Yellow13.6%
Key (black)7.8%
Color previews
#adebcb text on a black background
contrast 15.52:1
Card sample
#adebcb text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adebcb;
Background color
Panel with #adebcb background
background-color: #adebcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adebcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 235, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 235, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adebcb; background: linear-gradient(135deg, #adebcb, #ADE2EB);