#a2fdec
a light, electric cyan · cool · closest name: aquamarine
RGB
162, 253, 236
HSL
169°, 96%, 81%
CMYK
36, 0, 7, 1
Luminance
0.8399
Every format
| HEX | #a2fdec |
| RGB | rgb(162, 253, 236) |
| HSL | hsl(169, 96%, 81%) |
| CMYK | cmyk(36%, 0%, 7%, 1%) |
| LAB | lab(93.4 -30.9 -0.5) |
| LCH | lch(93.4 30.9 180.9) |
| OKLCH | oklch(0.932 0.091 181.1) |
Copy-ready code
/* CSS */
color: #a2fdec;
background-color: #a2fdec;
/* Tailwind (arbitrary) */
class="text-[#a2fdec] bg-[#a2fdec]"
/* SCSS */
$brand: #a2fdec;
/* SwiftUI */
Color(red: 0.635, green: 0.992, blue: 0.925)
/* Android */
Color.parseColor("#a2fdec")Accessibility — WCAG contrast
Aa
#a2fdec on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2fdec on black: 17.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green99.2%
Blue92.5%
CMYK percentages
Cyan36.0%
Magenta0.0%
Yellow6.7%
Key (black)0.8%
Color previews
#a2fdec text on a black background
contrast 17.80:1
Card sample
#a2fdec text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2fdec;
Background color
Panel with #a2fdec background
background-color: #a2fdec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2fdec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 253, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 253, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2fdec; background: linear-gradient(135deg, #a2fdec, #A2D1FD);