#a7f8f7
a light, electric cyan · cool · closest name: skyblue
RGB
167, 248, 247
HSL
179°, 85%, 81%
CMYK
33, 0, 0, 3
Luminance
0.8207
Every format
| HEX | #a7f8f7 |
| RGB | rgb(167, 248, 247) |
| HSL | hsl(179, 85%, 81%) |
| CMYK | cmyk(33%, 0%, 0%, 3%) |
| LAB | lab(92.6 -24.7 -7.4) |
| LCH | lch(92.6 25.8 196.6) |
| OKLCH | oklch(0.927 0.079 194.9) |
Copy-ready code
/* CSS */
color: #a7f8f7;
background-color: #a7f8f7;
/* Tailwind (arbitrary) */
class="text-[#a7f8f7] bg-[#a7f8f7]"
/* SCSS */
$brand: #a7f8f7;
/* SwiftUI */
Color(red: 0.655, green: 0.973, blue: 0.969)
/* Android */
Color.parseColor("#a7f8f7")Accessibility — WCAG contrast
Aa
#a7f8f7 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7f8f7 on black: 17.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green97.3%
Blue96.9%
CMYK percentages
Cyan32.7%
Magenta0.0%
Yellow0.4%
Key (black)2.7%
Color previews
#a7f8f7 text on a black background
contrast 17.41:1
Card sample
#a7f8f7 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7f8f7;
Background color
Panel with #a7f8f7 background
background-color: #a7f8f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7f8f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 248, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 248, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7f8f7; background: linear-gradient(135deg, #a7f8f7, #A7C3F8);