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