#a0feee
a light, electric cyan · cool · closest name: aquamarine
RGB
160, 254, 238
HSL
170°, 98%, 81%
CMYK
37, 0, 6, 0
Luminance
0.8453
Every format
| HEX | #a0feee |
| RGB | rgb(160, 254, 238) |
| HSL | hsl(170, 98%, 81%) |
| CMYK | cmyk(37%, 0%, 6%, 0%) |
| LAB | lab(93.7 -31.4 -1.2) |
| LCH | lch(93.7 31.4 182.1) |
| OKLCH | oklch(0.934 0.093 182.2) |
Copy-ready code
/* CSS */
color: #a0feee;
background-color: #a0feee;
/* Tailwind (arbitrary) */
class="text-[#a0feee] bg-[#a0feee]"
/* SCSS */
$brand: #a0feee;
/* SwiftUI */
Color(red: 0.627, green: 0.996, blue: 0.933)
/* Android */
Color.parseColor("#a0feee")Accessibility — WCAG contrast
Aa
#a0feee on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a0feee on black: 17.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green99.6%
Blue93.3%
CMYK percentages
Cyan37.0%
Magenta0.0%
Yellow6.3%
Key (black)0.4%
Color previews
#a0feee text on a black background
contrast 17.91:1
Card sample
#a0feee text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0feee;
Background color
Panel with #a0feee background
background-color: #a0feee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0feee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 254, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 254, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0feee; background: linear-gradient(135deg, #a0feee, #A0CFFE);