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