#a0cf94
a light, soft green · cool · closest name: aquamarine
RGB
160, 207, 148
HSL
108°, 38%, 70%
CMYK
23, 0, 29, 19
Luminance
0.5424
Every format
| HEX | #a0cf94 |
| RGB | rgb(160, 207, 148) |
| HSL | hsl(108, 38%, 70%) |
| CMYK | cmyk(23%, 0%, 29%, 19%) |
| LAB | lab(78.6 -26.4 24.5) |
| LCH | lch(78.6 36.0 137.2) |
| OKLCH | oklch(0.806 0.095 139.3) |
Copy-ready code
/* CSS */
color: #a0cf94;
background-color: #a0cf94;
/* Tailwind (arbitrary) */
class="text-[#a0cf94] bg-[#a0cf94]"
/* SCSS */
$brand: #a0cf94;
/* SwiftUI */
Color(red: 0.627, green: 0.812, blue: 0.580)
/* Android */
Color.parseColor("#a0cf94")Accessibility — WCAG contrast
Aa
#a0cf94 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a0cf94 on black: 11.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green81.2%
Blue58.0%
CMYK percentages
Cyan22.7%
Magenta0.0%
Yellow28.5%
Key (black)18.8%
Color previews
#a0cf94 text on a black background
contrast 11.85:1
Card sample
#a0cf94 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0cf94;
Background color
Panel with #a0cf94 background
background-color: #a0cf94;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0cf94;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 207, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 207, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0cf94; background: linear-gradient(135deg, #a0cf94, #94CFAF);