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