#a3eee7
a light, vivid cyan · cool · closest name: turquoise
RGB
163, 238, 231
HSL
174°, 69%, 79%
CMYK
32, 0, 3, 7
Luminance
0.7471
Every format
| HEX | #a3eee7 |
| RGB | rgb(163, 238, 231) |
| HSL | hsl(174, 69%, 79%) |
| CMYK | cmyk(32%, 0%, 3%, 7%) |
| LAB | lab(89.3 -24.5 -4.0) |
| LCH | lch(89.3 24.9 189.3) |
| OKLCH | oklch(0.898 0.075 188.6) |
Copy-ready code
/* CSS */
color: #a3eee7;
background-color: #a3eee7;
/* Tailwind (arbitrary) */
class="text-[#a3eee7] bg-[#a3eee7]"
/* SCSS */
$brand: #a3eee7;
/* SwiftUI */
Color(red: 0.639, green: 0.933, blue: 0.906)
/* Android */
Color.parseColor("#a3eee7")Accessibility — WCAG contrast
Aa
#a3eee7 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a3eee7 on black: 15.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green93.3%
Blue90.6%
CMYK percentages
Cyan31.5%
Magenta0.0%
Yellow2.9%
Key (black)6.7%
Color previews
#a3eee7 text on a black background
contrast 15.94:1
Card sample
#a3eee7 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3eee7;
Background color
Panel with #a3eee7 background
background-color: #a3eee7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3eee7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 238, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 238, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3eee7; background: linear-gradient(135deg, #a3eee7, #A3C3EE);