#a7fefd
a light, electric cyan · cool · closest name: turquoise
RGB
167, 254, 253
HSL
179°, 98%, 83%
CMYK
34, 0, 0, 0
Luminance
0.8619
Every format
| HEX | #a7fefd |
| RGB | rgb(167, 254, 253) |
| HSL | hsl(179, 98%, 83%) |
| CMYK | cmyk(34%, 0%, 0%, 0%) |
| LAB | lab(94.4 -26.2 -7.8) |
| LCH | lch(94.4 27.4 196.6) |
| OKLCH | oklch(0.942 0.084 194.9) |
Copy-ready code
/* CSS */
color: #a7fefd;
background-color: #a7fefd;
/* Tailwind (arbitrary) */
class="text-[#a7fefd] bg-[#a7fefd]"
/* SCSS */
$brand: #a7fefd;
/* SwiftUI */
Color(red: 0.655, green: 0.996, blue: 0.992)
/* Android */
Color.parseColor("#a7fefd")Accessibility — WCAG contrast
Aa
#a7fefd on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7fefd on black: 18.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green99.6%
Blue99.2%
CMYK percentages
Cyan34.3%
Magenta0.0%
Yellow0.4%
Key (black)0.4%
Color previews
#a7fefd text on a black background
contrast 18.24:1
Card sample
#a7fefd text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7fefd;
Background color
Panel with #a7fefd background
background-color: #a7fefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7fefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 254, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 254, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7fefd; background: linear-gradient(135deg, #a7fefd, #A7C5FE);