#adf6c2
a light, electric green · cool · closest name: aquamarine
RGB
173, 246, 194
HSL
137°, 80%, 82%
CMYK
30, 0, 21, 4
Luminance
0.7869
Every format
| HEX | #adf6c2 |
| RGB | rgb(173, 246, 194) |
| HSL | hsl(137, 80%, 82%) |
| CMYK | cmyk(30%, 0%, 21%, 4%) |
| LAB | lab(91.1 -32.9 17.9) |
| LCH | lch(91.1 37.4 151.4) |
| OKLCH | oklch(0.911 0.102 153.1) |
Copy-ready code
/* CSS */
color: #adf6c2;
background-color: #adf6c2;
/* Tailwind (arbitrary) */
class="text-[#adf6c2] bg-[#adf6c2]"
/* SCSS */
$brand: #adf6c2;
/* SwiftUI */
Color(red: 0.678, green: 0.965, blue: 0.761)
/* Android */
Color.parseColor("#adf6c2")Accessibility — WCAG contrast
Aa
#adf6c2 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adf6c2 on black: 16.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green96.5%
Blue76.1%
CMYK percentages
Cyan29.7%
Magenta0.0%
Yellow21.1%
Key (black)3.5%
Color previews
#adf6c2 text on a black background
contrast 16.74:1
Card sample
#adf6c2 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adf6c2;
Background color
Panel with #adf6c2 background
background-color: #adf6c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adf6c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 246, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 246, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adf6c2; background: linear-gradient(135deg, #adf6c2, #ADF6F3);