#a2f4eb
a light, electric cyan · cool · closest name: turquoise
RGB
162, 244, 235
HSL
173°, 79%, 80%
CMYK
34, 0, 4, 4
Luminance
0.7838
Every format
| HEX | #a2f4eb |
| RGB | rgb(162, 244, 235) |
| HSL | hsl(173, 79%, 80%) |
| CMYK | cmyk(34%, 0%, 4%, 4%) |
| LAB | lab(91.0 -26.8 -3.6) |
| LCH | lch(91.0 27.1 187.6) |
| OKLCH | oklch(0.912 0.081 187.2) |
Copy-ready code
/* CSS */
color: #a2f4eb;
background-color: #a2f4eb;
/* Tailwind (arbitrary) */
class="text-[#a2f4eb] bg-[#a2f4eb]"
/* SCSS */
$brand: #a2f4eb;
/* SwiftUI */
Color(red: 0.635, green: 0.957, blue: 0.922)
/* Android */
Color.parseColor("#a2f4eb")Accessibility — WCAG contrast
Aa
#a2f4eb on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2f4eb on black: 16.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green95.7%
Blue92.2%
CMYK percentages
Cyan33.6%
Magenta0.0%
Yellow3.7%
Key (black)4.3%
Color previews
#a2f4eb text on a black background
contrast 16.68:1
Card sample
#a2f4eb text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2f4eb;
Background color
Panel with #a2f4eb background
background-color: #a2f4eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2f4eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 244, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 244, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2f4eb; background: linear-gradient(135deg, #a2f4eb, #A2C6F4);