#adefa6
a light, vivid green · cool · closest name: aquamarine
RGB
173, 239, 166
HSL
114°, 70%, 79%
CMYK
28, 0, 31, 6
Luminance
0.7337
Every format
| HEX | #adefa6 |
| RGB | rgb(173, 239, 166) |
| HSL | hsl(114, 70%, 79%) |
| CMYK | cmyk(28%, 0%, 31%, 6%) |
| LAB | lab(88.6 -34.4 28.9) |
| LCH | lch(88.6 44.9 139.9) |
| OKLCH | oklch(0.890 0.119 142.2) |
Copy-ready code
/* CSS */
color: #adefa6;
background-color: #adefa6;
/* Tailwind (arbitrary) */
class="text-[#adefa6] bg-[#adefa6]"
/* SCSS */
$brand: #adefa6;
/* SwiftUI */
Color(red: 0.678, green: 0.937, blue: 0.651)
/* Android */
Color.parseColor("#adefa6")Accessibility — WCAG contrast
Aa
#adefa6 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adefa6 on black: 15.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green93.7%
Blue65.1%
CMYK percentages
Cyan27.6%
Magenta0.0%
Yellow30.5%
Key (black)6.3%
Color previews
#adefa6 text on a black background
contrast 15.67:1
Card sample
#adefa6 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adefa6;
Background color
Panel with #adefa6 background
background-color: #adefa6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adefa6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 239, 166, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 239, 166, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adefa6; background: linear-gradient(135deg, #adefa6, #A6EFD0);