#a0ffeb
a light, electric cyan · cool · closest name: aquamarine
RGB
160, 255, 235
HSL
167°, 100%, 81%
CMYK
37, 0, 8, 0
Luminance
0.8499
Every format
| HEX | #a0ffeb |
| RGB | rgb(160, 255, 235) |
| HSL | hsl(167, 100%, 81%) |
| CMYK | cmyk(37%, 0%, 8%, 0%) |
| LAB | lab(93.9 -32.5 0.7) |
| LCH | lch(93.9 32.5 178.8) |
| OKLCH | oklch(0.935 0.095 179.2) |
Copy-ready code
/* CSS */
color: #a0ffeb;
background-color: #a0ffeb;
/* Tailwind (arbitrary) */
class="text-[#a0ffeb] bg-[#a0ffeb]"
/* SCSS */
$brand: #a0ffeb;
/* SwiftUI */
Color(red: 0.627, green: 1.000, blue: 0.922)
/* Android */
Color.parseColor("#a0ffeb")Accessibility — WCAG contrast
Aa
#a0ffeb on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a0ffeb on black: 18.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green100.0%
Blue92.2%
CMYK percentages
Cyan37.3%
Magenta0.0%
Yellow7.8%
Key (black)0.0%
Color previews
#a0ffeb text on a black background
contrast 18.00:1
Card sample
#a0ffeb text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0ffeb;
Background color
Panel with #a0ffeb background
background-color: #a0ffeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0ffeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 255, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 255, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0ffeb; background: linear-gradient(135deg, #a0ffeb, #A0D4FF);