#a0f1bb
a light, vivid green · cool · closest name: aquamarine
RGB
160, 241, 187
HSL
140°, 74%, 79%
CMYK
34, 0, 22, 6
Luminance
0.7397
Every format
| HEX | #a0f1bb |
| RGB | rgb(160, 241, 187) |
| HSL | hsl(140, 74%, 79%) |
| CMYK | cmyk(34%, 0%, 22%, 6%) |
| LAB | lab(88.9 -35.7 18.4) |
| LCH | lch(88.9 40.2 152.8) |
| OKLCH | oklch(0.892 0.109 154.4) |
Copy-ready code
/* CSS */
color: #a0f1bb;
background-color: #a0f1bb;
/* Tailwind (arbitrary) */
class="text-[#a0f1bb] bg-[#a0f1bb]"
/* SCSS */
$brand: #a0f1bb;
/* SwiftUI */
Color(red: 0.627, green: 0.945, blue: 0.733)
/* Android */
Color.parseColor("#a0f1bb")Accessibility — WCAG contrast
Aa
#a0f1bb on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a0f1bb on black: 15.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green94.5%
Blue73.3%
CMYK percentages
Cyan33.6%
Magenta0.0%
Yellow22.4%
Key (black)5.5%
Color previews
#a0f1bb text on a black background
contrast 15.79:1
Card sample
#a0f1bb text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0f1bb;
Background color
Panel with #a0f1bb background
background-color: #a0f1bb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0f1bb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 241, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 241, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0f1bb; background: linear-gradient(135deg, #a0f1bb, #A0F1F1);