#a2e2cf
a light, vivid cyan · cool · closest name: turquoise
RGB
162, 226, 207
HSL
162°, 53%, 76%
CMYK
28, 0, 8, 11
Luminance
0.6658
Every format
| HEX | #a2e2cf |
| RGB | rgb(162, 226, 207) |
| HSL | hsl(162, 53%, 76%) |
| CMYK | cmyk(28%, 0%, 8%, 11%) |
| LAB | lab(85.3 -24.1 2.8) |
| LCH | lch(85.3 24.3 173.4) |
| OKLCH | oklch(0.864 0.070 174.2) |
Copy-ready code
/* CSS */
color: #a2e2cf;
background-color: #a2e2cf;
/* Tailwind (arbitrary) */
class="text-[#a2e2cf] bg-[#a2e2cf]"
/* SCSS */
$brand: #a2e2cf;
/* SwiftUI */
Color(red: 0.635, green: 0.886, blue: 0.812)
/* Android */
Color.parseColor("#a2e2cf")Accessibility — WCAG contrast
Aa
#a2e2cf on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2e2cf on black: 14.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green88.6%
Blue81.2%
CMYK percentages
Cyan28.3%
Magenta0.0%
Yellow8.4%
Key (black)11.4%
Color previews
#a2e2cf text on a black background
contrast 14.32:1
Card sample
#a2e2cf text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2e2cf;
Background color
Panel with #a2e2cf background
background-color: #a2e2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2e2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 226, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 226, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2e2cf; background: linear-gradient(135deg, #a2e2cf, #A2CAE2);