#adfcb2
a light, electric green · cool · closest name: aquamarine
RGB
173, 252, 178
HSL
124°, 93%, 83%
CMYK
31, 0, 29, 1
Luminance
0.8172
Every format
| HEX | #adfcb2 |
| RGB | rgb(173, 252, 178) |
| HSL | hsl(124, 93%, 83%) |
| CMYK | cmyk(31%, 0%, 29%, 1%) |
| LAB | lab(92.5 -38.4 28.0) |
| LCH | lch(92.5 47.5 143.9) |
| OKLCH | oklch(0.921 0.126 146.0) |
Copy-ready code
/* CSS */
color: #adfcb2;
background-color: #adfcb2;
/* Tailwind (arbitrary) */
class="text-[#adfcb2] bg-[#adfcb2]"
/* SCSS */
$brand: #adfcb2;
/* SwiftUI */
Color(red: 0.678, green: 0.988, blue: 0.698)
/* Android */
Color.parseColor("#adfcb2")Accessibility — WCAG contrast
Aa
#adfcb2 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adfcb2 on black: 17.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green98.8%
Blue69.8%
CMYK percentages
Cyan31.3%
Magenta0.0%
Yellow29.4%
Key (black)1.2%
Color previews
#adfcb2 text on a black background
contrast 17.34:1
Card sample
#adfcb2 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adfcb2;
Background color
Panel with #adfcb2 background
background-color: #adfcb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adfcb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 252, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 252, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adfcb2; background: linear-gradient(135deg, #adfcb2, #ADFCE7);