#adf1b4
a light, vivid green · cool · closest name: aquamarine
RGB
173, 241, 180
HSL
126°, 71%, 81%
CMYK
28, 0, 25, 6
Luminance
0.7509
Every format
| HEX | #adf1b4 |
| RGB | rgb(173, 241, 180) |
| HSL | hsl(126, 71%, 81%) |
| CMYK | cmyk(28%, 0%, 25%, 6%) |
| LAB | lab(89.4 -33.0 22.8) |
| LCH | lch(89.4 40.1 145.3) |
| OKLCH | oklch(0.897 0.107 147.2) |
Copy-ready code
/* CSS */
color: #adf1b4;
background-color: #adf1b4;
/* Tailwind (arbitrary) */
class="text-[#adf1b4] bg-[#adf1b4]"
/* SCSS */
$brand: #adf1b4;
/* SwiftUI */
Color(red: 0.678, green: 0.945, blue: 0.706)
/* Android */
Color.parseColor("#adf1b4")Accessibility — WCAG contrast
Aa
#adf1b4 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adf1b4 on black: 16.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green94.5%
Blue70.6%
CMYK percentages
Cyan28.2%
Magenta0.0%
Yellow25.3%
Key (black)5.5%
Color previews
#adf1b4 text on a black background
contrast 16.02:1
Card sample
#adf1b4 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adf1b4;
Background color
Panel with #adf1b4 background
background-color: #adf1b4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adf1b4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 241, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 241, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adf1b4; background: linear-gradient(135deg, #adf1b4, #ADF1E1);