#adfbab
a light, electric green · cool · closest name: aquamarine
RGB
173, 251, 171
HSL
119°, 91%, 83%
CMYK
31, 0, 32, 2
Luminance
0.8082
Every format
| HEX | #adfbab |
| RGB | rgb(173, 251, 171) |
| HSL | hsl(119, 91%, 83%) |
| CMYK | cmyk(31%, 0%, 32%, 2%) |
| LAB | lab(92.0 -39.0 31.0) |
| LCH | lch(92.0 49.8 141.6) |
| OKLCH | oklch(0.918 0.132 143.8) |
Copy-ready code
/* CSS */
color: #adfbab;
background-color: #adfbab;
/* Tailwind (arbitrary) */
class="text-[#adfbab] bg-[#adfbab]"
/* SCSS */
$brand: #adfbab;
/* SwiftUI */
Color(red: 0.678, green: 0.984, blue: 0.671)
/* Android */
Color.parseColor("#adfbab")Accessibility — WCAG contrast
Aa
#adfbab on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adfbab on black: 17.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green98.4%
Blue67.1%
CMYK percentages
Cyan31.1%
Magenta0.0%
Yellow31.9%
Key (black)1.6%
Color previews
#adfbab text on a black background
contrast 17.16:1
Card sample
#adfbab text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adfbab;
Background color
Panel with #adfbab background
background-color: #adfbab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adfbab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 251, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 251, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adfbab; background: linear-gradient(135deg, #adfbab, #ABFBDE);