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