#a2f7df
a light, electric cyan · cool · closest name: aquamarine
RGB
162, 247, 223
HSL
163°, 84%, 80%
CMYK
34, 0, 10, 3
Luminance
0.7953
Every format
| HEX | #a2f7df |
| RGB | rgb(162, 247, 223) |
| HSL | hsl(163, 84%, 80%) |
| CMYK | cmyk(34%, 0%, 10%, 3%) |
| LAB | lab(91.5 -30.8 3.4) |
| LCH | lch(91.5 31.0 173.7) |
| OKLCH | oklch(0.915 0.089 174.5) |
Copy-ready code
/* CSS */
color: #a2f7df;
background-color: #a2f7df;
/* Tailwind (arbitrary) */
class="text-[#a2f7df] bg-[#a2f7df]"
/* SCSS */
$brand: #a2f7df;
/* SwiftUI */
Color(red: 0.635, green: 0.969, blue: 0.875)
/* Android */
Color.parseColor("#a2f7df")Accessibility — WCAG contrast
Aa
#a2f7df on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2f7df on black: 16.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green96.9%
Blue87.5%
CMYK percentages
Cyan34.4%
Magenta0.0%
Yellow9.7%
Key (black)3.1%
Color previews
#a2f7df text on a black background
contrast 16.91:1
Card sample
#a2f7df text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2f7df;
Background color
Panel with #a2f7df background
background-color: #a2f7df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2f7df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 247, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 247, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2f7df; background: linear-gradient(135deg, #a2f7df, #A2D6F7);