#a7fcf2
a light, electric cyan · cool · closest name: turquoise
RGB
167, 252, 242
HSL
173°, 93%, 82%
CMYK
34, 0, 4, 1
Luminance
0.8425
Every format
| HEX | #a7fcf2 |
| RGB | rgb(167, 252, 242) |
| HSL | hsl(173, 93%, 82%) |
| CMYK | cmyk(34%, 0%, 4%, 1%) |
| LAB | lab(93.6 -27.8 -3.4) |
| LCH | lch(93.6 27.9 186.9) |
| OKLCH | oklch(0.934 0.084 186.5) |
Copy-ready code
/* CSS */
color: #a7fcf2;
background-color: #a7fcf2;
/* Tailwind (arbitrary) */
class="text-[#a7fcf2] bg-[#a7fcf2]"
/* SCSS */
$brand: #a7fcf2;
/* SwiftUI */
Color(red: 0.655, green: 0.988, blue: 0.949)
/* Android */
Color.parseColor("#a7fcf2")Accessibility — WCAG contrast
Aa
#a7fcf2 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7fcf2 on black: 17.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green98.8%
Blue94.9%
CMYK percentages
Cyan33.7%
Magenta0.0%
Yellow4.0%
Key (black)1.2%
Color previews
#a7fcf2 text on a black background
contrast 17.85:1
Card sample
#a7fcf2 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7fcf2;
Background color
Panel with #a7fcf2 background
background-color: #a7fcf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7fcf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 252, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 252, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7fcf2; background: linear-gradient(135deg, #a7fcf2, #A7CEFC);