#adf6bc
a light, electric green · cool · closest name: aquamarine
RGB
173, 246, 188
HSL
132°, 80%, 82%
CMYK
30, 0, 24, 4
Luminance
0.7843
Every format
| HEX | #adf6bc |
| RGB | rgb(173, 246, 188) |
| HSL | hsl(132, 80%, 82%) |
| CMYK | cmyk(30%, 0%, 24%, 4%) |
| LAB | lab(91.0 -33.9 20.9) |
| LCH | lch(91.0 39.8 148.4) |
| OKLCH | oklch(0.910 0.107 150.2) |
Copy-ready code
/* CSS */
color: #adf6bc;
background-color: #adf6bc;
/* Tailwind (arbitrary) */
class="text-[#adf6bc] bg-[#adf6bc]"
/* SCSS */
$brand: #adf6bc;
/* SwiftUI */
Color(red: 0.678, green: 0.965, blue: 0.737)
/* Android */
Color.parseColor("#adf6bc")Accessibility — WCAG contrast
Aa
#adf6bc on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adf6bc on black: 16.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green96.5%
Blue73.7%
CMYK percentages
Cyan29.7%
Magenta0.0%
Yellow23.6%
Key (black)3.5%
Color previews
#adf6bc text on a black background
contrast 16.69:1
Card sample
#adf6bc text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adf6bc;
Background color
Panel with #adf6bc background
background-color: #adf6bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adf6bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 246, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 246, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adf6bc; background: linear-gradient(135deg, #adf6bc, #ADF6ED);