#a7fff8
a light, electric cyan · cool · closest name: turquoise
RGB
167, 255, 248
HSL
175°, 100%, 83%
CMYK
35, 0, 3, 0
Luminance
0.8651
Every format
| HEX | #a7fff8 |
| RGB | rgb(167, 255, 248) |
| HSL | hsl(175, 100%, 83%) |
| CMYK | cmyk(35%, 0%, 3%, 0%) |
| LAB | lab(94.5 -27.8 -5.0) |
| LCH | lch(94.5 28.3 190.3) |
| OKLCH | oklch(0.942 0.085 189.5) |
Copy-ready code
/* CSS */
color: #a7fff8;
background-color: #a7fff8;
/* Tailwind (arbitrary) */
class="text-[#a7fff8] bg-[#a7fff8]"
/* SCSS */
$brand: #a7fff8;
/* SwiftUI */
Color(red: 0.655, green: 1.000, blue: 0.973)
/* Android */
Color.parseColor("#a7fff8")Accessibility — WCAG contrast
Aa
#a7fff8 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7fff8 on black: 18.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green100.0%
Blue97.3%
CMYK percentages
Cyan34.5%
Magenta0.0%
Yellow2.7%
Key (black)0.0%
Color previews
#a7fff8 text on a black background
contrast 18.30:1
Card sample
#a7fff8 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7fff8;
Background color
Panel with #a7fff8 background
background-color: #a7fff8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7fff8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 255, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 255, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7fff8; background: linear-gradient(135deg, #a7fff8, #A7CBFF);