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