#adf1be
a light, vivid green · cool · closest name: aquamarine
RGB
173, 241, 190
HSL
135°, 71%, 81%
CMYK
28, 0, 21, 6
Luminance
0.7551
Every format
| HEX | #adf1be |
| RGB | rgb(173, 241, 190) |
| HSL | hsl(135, 71%, 81%) |
| CMYK | cmyk(28%, 0%, 21%, 6%) |
| LAB | lab(89.6 -31.3 17.9) |
| LCH | lch(89.6 36.0 150.1) |
| OKLCH | oklch(0.899 0.098 151.9) |
Copy-ready code
/* CSS */
color: #adf1be;
background-color: #adf1be;
/* Tailwind (arbitrary) */
class="text-[#adf1be] bg-[#adf1be]"
/* SCSS */
$brand: #adf1be;
/* SwiftUI */
Color(red: 0.678, green: 0.945, blue: 0.745)
/* Android */
Color.parseColor("#adf1be")Accessibility — WCAG contrast
Aa
#adf1be on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adf1be on black: 16.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green94.5%
Blue74.5%
CMYK percentages
Cyan28.2%
Magenta0.0%
Yellow21.2%
Key (black)5.5%
Color previews
#adf1be text on a black background
contrast 16.10:1
Card sample
#adf1be text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adf1be;
Background color
Panel with #adf1be background
background-color: #adf1be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adf1be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 241, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 241, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adf1be; background: linear-gradient(135deg, #adf1be, #ADF1EB);