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