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