#adefbf
a light, vivid green · cool · closest name: aquamarine
RGB
173, 239, 191
HSL
136°, 67%, 81%
CMYK
28, 0, 20, 6
Luminance
0.7438
Every format
| HEX | #adefbf |
| RGB | rgb(173, 239, 191) |
| HSL | hsl(136, 67%, 81%) |
| CMYK | cmyk(28%, 0%, 20%, 6%) |
| LAB | lab(89.1 -30.1 16.7) |
| LCH | lch(89.1 34.5 151.0) |
| OKLCH | oklch(0.895 0.093 152.7) |
Copy-ready code
/* CSS */
color: #adefbf;
background-color: #adefbf;
/* Tailwind (arbitrary) */
class="text-[#adefbf] bg-[#adefbf]"
/* SCSS */
$brand: #adefbf;
/* SwiftUI */
Color(red: 0.678, green: 0.937, blue: 0.749)
/* Android */
Color.parseColor("#adefbf")Accessibility — WCAG contrast
Aa
#adefbf on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adefbf on black: 15.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green93.7%
Blue74.9%
CMYK percentages
Cyan27.6%
Magenta0.0%
Yellow20.1%
Key (black)6.3%
Color previews
#adefbf text on a black background
contrast 15.88:1
Card sample
#adefbf text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adefbf;
Background color
Panel with #adefbf background
background-color: #adefbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adefbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 239, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 239, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adefbf; background: linear-gradient(135deg, #adefbf, #ADEFEB);