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