#adefab
a light, vivid green · cool · closest name: aquamarine
RGB
173, 239, 171
HSL
118°, 68%, 80%
CMYK
28, 0, 29, 6
Luminance
0.7356
Every format
| HEX | #adefab |
| RGB | rgb(173, 239, 171) |
| HSL | hsl(118, 68%, 80%) |
| CMYK | cmyk(28%, 0%, 29%, 6%) |
| LAB | lab(88.7 -33.6 26.4) |
| LCH | lch(88.7 42.7 141.8) |
| OKLCH | oklch(0.891 0.113 143.9) |
Copy-ready code
/* CSS */
color: #adefab;
background-color: #adefab;
/* Tailwind (arbitrary) */
class="text-[#adefab] bg-[#adefab]"
/* SCSS */
$brand: #adefab;
/* SwiftUI */
Color(red: 0.678, green: 0.937, blue: 0.671)
/* Android */
Color.parseColor("#adefab")Accessibility — WCAG contrast
Aa
#adefab on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adefab on black: 15.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green93.7%
Blue67.1%
CMYK percentages
Cyan27.6%
Magenta0.0%
Yellow28.5%
Key (black)6.3%
Color previews
#adefab text on a black background
contrast 15.71:1
Card sample
#adefab text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adefab;
Background color
Panel with #adefab background
background-color: #adefab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adefab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 239, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 239, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adefab; background: linear-gradient(135deg, #adefab, #ABEFD6);