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