#a0fceb
a light, electric cyan · cool · closest name: aquamarine
RGB
160, 252, 235
HSL
169°, 94%, 81%
CMYK
37, 0, 7, 1
Luminance
0.8309
Every format
| HEX | #a0fceb |
| RGB | rgb(160, 252, 235) |
| HSL | hsl(169, 94%, 81%) |
| CMYK | cmyk(37%, 0%, 7%, 1%) |
| LAB | lab(93.0 -31.1 -0.5) |
| LCH | lch(93.0 31.1 181.0) |
| OKLCH | oklch(0.929 0.091 181.2) |
Copy-ready code
/* CSS */
color: #a0fceb;
background-color: #a0fceb;
/* Tailwind (arbitrary) */
class="text-[#a0fceb] bg-[#a0fceb]"
/* SCSS */
$brand: #a0fceb;
/* SwiftUI */
Color(red: 0.627, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#a0fceb")Accessibility — WCAG contrast
Aa
#a0fceb on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a0fceb on black: 17.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green98.8%
Blue92.2%
CMYK percentages
Cyan36.5%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#a0fceb text on a black background
contrast 17.62:1
Card sample
#a0fceb text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0fceb;
Background color
Panel with #a0fceb background
background-color: #a0fceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0fceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0fceb; background: linear-gradient(135deg, #a0fceb, #A0D0FC);