#adefae
a light, vivid green · cool · closest name: aquamarine
RGB
173, 239, 174
HSL
121°, 67%, 81%
CMYK
28, 0, 27, 6
Luminance
0.7367
Every format
| HEX | #adefae |
| RGB | rgb(173, 239, 174) |
| HSL | hsl(121, 67%, 81%) |
| CMYK | cmyk(28%, 0%, 27%, 6%) |
| LAB | lab(88.8 -33.1 25.0) |
| LCH | lch(88.8 41.5 142.9) |
| OKLCH | oklch(0.891 0.110 144.9) |
Copy-ready code
/* CSS */
color: #adefae;
background-color: #adefae;
/* Tailwind (arbitrary) */
class="text-[#adefae] bg-[#adefae]"
/* SCSS */
$brand: #adefae;
/* SwiftUI */
Color(red: 0.678, green: 0.937, blue: 0.682)
/* Android */
Color.parseColor("#adefae")Accessibility — WCAG contrast
Aa
#adefae on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adefae on black: 15.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green93.7%
Blue68.2%
CMYK percentages
Cyan27.6%
Magenta0.0%
Yellow27.2%
Key (black)6.3%
Color previews
#adefae text on a black background
contrast 15.73:1
Card sample
#adefae text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adefae;
Background color
Panel with #adefae background
background-color: #adefae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adefae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 239, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 239, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adefae; background: linear-gradient(135deg, #adefae, #ADEFDA);