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