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