#a2fbdf
a light, electric cyan · cool · closest name: aquamarine
RGB
162, 251, 223
HSL
161°, 92%, 81%
CMYK
36, 0, 11, 2
Luminance
0.8200
Every format
| HEX | #a2fbdf |
| RGB | rgb(162, 251, 223) |
| HSL | hsl(161, 92%, 81%) |
| CMYK | cmyk(36%, 0%, 11%, 2%) |
| LAB | lab(92.6 -32.7 5.0) |
| LCH | lch(92.6 33.1 171.3) |
| OKLCH | oklch(0.924 0.094 172.3) |
Copy-ready code
/* CSS */
color: #a2fbdf;
background-color: #a2fbdf;
/* Tailwind (arbitrary) */
class="text-[#a2fbdf] bg-[#a2fbdf]"
/* SCSS */
$brand: #a2fbdf;
/* SwiftUI */
Color(red: 0.635, green: 0.984, blue: 0.875)
/* Android */
Color.parseColor("#a2fbdf")Accessibility — WCAG contrast
Aa
#a2fbdf on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2fbdf on black: 17.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green98.4%
Blue87.5%
CMYK percentages
Cyan35.5%
Magenta0.0%
Yellow11.2%
Key (black)1.6%
Color previews
#a2fbdf text on a black background
contrast 17.40:1
Card sample
#a2fbdf text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2fbdf;
Background color
Panel with #a2fbdf background
background-color: #a2fbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2fbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 251, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 251, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2fbdf; background: linear-gradient(135deg, #a2fbdf, #A2DCFB);