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