#a7fbf2
a light, electric cyan · cool · closest name: turquoise
RGB
167, 251, 242
HSL
174°, 91%, 82%
CMYK
34, 0, 4, 2
Luminance
0.8362
Every format
| HEX | #a7fbf2 |
| RGB | rgb(167, 251, 242) |
| HSL | hsl(174, 91%, 82%) |
| CMYK | cmyk(34%, 0%, 4%, 2%) |
| LAB | lab(93.3 -27.3 -3.8) |
| LCH | lch(93.3 27.5 187.9) |
| OKLCH | oklch(0.932 0.082 187.4) |
Copy-ready code
/* CSS */
color: #a7fbf2;
background-color: #a7fbf2;
/* Tailwind (arbitrary) */
class="text-[#a7fbf2] bg-[#a7fbf2]"
/* SCSS */
$brand: #a7fbf2;
/* SwiftUI */
Color(red: 0.655, green: 0.984, blue: 0.949)
/* Android */
Color.parseColor("#a7fbf2")Accessibility — WCAG contrast
Aa
#a7fbf2 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7fbf2 on black: 17.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green98.4%
Blue94.9%
CMYK percentages
Cyan33.5%
Magenta0.0%
Yellow3.6%
Key (black)1.6%
Color previews
#a7fbf2 text on a black background
contrast 17.72:1
Card sample
#a7fbf2 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7fbf2;
Background color
Panel with #a7fbf2 background
background-color: #a7fbf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7fbf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 251, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 251, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7fbf2; background: linear-gradient(135deg, #a7fbf2, #A7CCFB);