#a7f1e4
a light, vivid cyan · cool · closest name: turquoise
RGB
167, 241, 228
HSL
170°, 73%, 80%
CMYK
31, 0, 5, 6
Luminance
0.7673
Every format
| HEX | #a7f1e4 |
| RGB | rgb(167, 241, 228) |
| HSL | hsl(170, 73%, 80%) |
| CMYK | cmyk(31%, 0%, 5%, 6%) |
| LAB | lab(90.2 -25.5 -1.0) |
| LCH | lch(90.2 25.6 182.3) |
| OKLCH | oklch(0.906 0.075 182.4) |
Copy-ready code
/* CSS */
color: #a7f1e4;
background-color: #a7f1e4;
/* Tailwind (arbitrary) */
class="text-[#a7f1e4] bg-[#a7f1e4]"
/* SCSS */
$brand: #a7f1e4;
/* SwiftUI */
Color(red: 0.655, green: 0.945, blue: 0.894)
/* Android */
Color.parseColor("#a7f1e4")Accessibility — WCAG contrast
Aa
#a7f1e4 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7f1e4 on black: 16.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green94.5%
Blue89.4%
CMYK percentages
Cyan30.7%
Magenta0.0%
Yellow5.4%
Key (black)5.5%
Color previews
#a7f1e4 text on a black background
contrast 16.35:1
Card sample
#a7f1e4 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7f1e4;
Background color
Panel with #a7f1e4 background
background-color: #a7f1e4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7f1e4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 241, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 241, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7f1e4; background: linear-gradient(135deg, #a7f1e4, #A7CDF1);