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