#ade3b0
a light, vivid green · cool · closest name: aquamarine
RGB
173, 227, 176
HSL
123°, 49%, 78%
CMYK
24, 0, 23, 11
Luminance
0.6696
Every format
| HEX | #ade3b0 |
| RGB | rgb(173, 227, 176) |
| HSL | hsl(123, 49%, 78%) |
| CMYK | cmyk(24%, 0%, 23%, 11%) |
| LAB | lab(85.5 -27.1 19.4) |
| LCH | lch(85.5 33.3 144.4) |
| OKLCH | oklch(0.865 0.089 146.2) |
Copy-ready code
/* CSS */
color: #ade3b0;
background-color: #ade3b0;
/* Tailwind (arbitrary) */
class="text-[#ade3b0] bg-[#ade3b0]"
/* SCSS */
$brand: #ade3b0;
/* SwiftUI */
Color(red: 0.678, green: 0.890, blue: 0.690)
/* Android */
Color.parseColor("#ade3b0")Accessibility — WCAG contrast
Aa
#ade3b0 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ade3b0 on black: 14.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green89.0%
Blue69.0%
CMYK percentages
Cyan23.8%
Magenta0.0%
Yellow22.5%
Key (black)11.0%
Color previews
#ade3b0 text on a black background
contrast 14.39:1
Card sample
#ade3b0 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ade3b0;
Background color
Panel with #ade3b0 background
background-color: #ade3b0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ade3b0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 227, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 227, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ade3b0; background: linear-gradient(135deg, #ade3b0, #ADE3D4);