#adefb0
a light, vivid green · cool · closest name: aquamarine
RGB
173, 239, 176
HSL
123°, 67%, 81%
CMYK
28, 0, 26, 6
Luminance
0.7375
Every format
| HEX | #adefb0 |
| RGB | rgb(173, 239, 176) |
| HSL | hsl(123, 67%, 81%) |
| CMYK | cmyk(28%, 0%, 26%, 6%) |
| LAB | lab(88.8 -32.7 24.0) |
| LCH | lch(88.8 40.6 143.7) |
| OKLCH | oklch(0.892 0.108 145.7) |
Copy-ready code
/* CSS */
color: #adefb0;
background-color: #adefb0;
/* Tailwind (arbitrary) */
class="text-[#adefb0] bg-[#adefb0]"
/* SCSS */
$brand: #adefb0;
/* SwiftUI */
Color(red: 0.678, green: 0.937, blue: 0.690)
/* Android */
Color.parseColor("#adefb0")Accessibility — WCAG contrast
Aa
#adefb0 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adefb0 on black: 15.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green93.7%
Blue69.0%
CMYK percentages
Cyan27.6%
Magenta0.0%
Yellow26.4%
Key (black)6.3%
Color previews
#adefb0 text on a black background
contrast 15.75:1
Card sample
#adefb0 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adefb0;
Background color
Panel with #adefb0 background
background-color: #adefb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adefb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 239, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 239, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adefb0; background: linear-gradient(135deg, #adefb0, #ADEFDC);