#adfbc9
a light, electric green · cool · closest name: aquamarine
RGB
173, 251, 201
HSL
142°, 91%, 83%
CMYK
31, 0, 20, 2
Luminance
0.8210
Every format
| HEX | #adfbc9 |
| RGB | rgb(173, 251, 201) |
| HSL | hsl(142, 91%, 83%) |
| CMYK | cmyk(31%, 0%, 20%, 2%) |
| LAB | lab(92.6 -33.9 16.5) |
| LCH | lch(92.6 37.7 154.1) |
| OKLCH | oklch(0.924 0.103 155.7) |
Copy-ready code
/* CSS */
color: #adfbc9;
background-color: #adfbc9;
/* Tailwind (arbitrary) */
class="text-[#adfbc9] bg-[#adfbc9]"
/* SCSS */
$brand: #adfbc9;
/* SwiftUI */
Color(red: 0.678, green: 0.984, blue: 0.788)
/* Android */
Color.parseColor("#adfbc9")Accessibility — WCAG contrast
Aa
#adfbc9 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adfbc9 on black: 17.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green98.4%
Blue78.8%
CMYK percentages
Cyan31.1%
Magenta0.0%
Yellow19.9%
Key (black)1.6%
Color previews
#adfbc9 text on a black background
contrast 17.42:1
Card sample
#adfbc9 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adfbc9;
Background color
Panel with #adfbc9 background
background-color: #adfbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adfbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 251, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 251, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adfbc9; background: linear-gradient(135deg, #adfbc9, #ADF9FB);