#a7faff
a light, electric cyan · cool · closest name: skyblue
RGB
167, 250, 255
HSL
183°, 100%, 83%
CMYK
35, 2, 0, 0
Luminance
0.8381
Every format
| HEX | #a7faff |
| RGB | rgb(167, 250, 255) |
| HSL | hsl(183, 100%, 83%) |
| CMYK | cmyk(35%, 2%, 0%, 0%) |
| LAB | lab(93.4 -23.9 -10.4) |
| LCH | lch(93.4 26.0 203.5) |
| OKLCH | oklch(0.934 0.081 200.7) |
Copy-ready code
/* CSS */
color: #a7faff;
background-color: #a7faff;
/* Tailwind (arbitrary) */
class="text-[#a7faff] bg-[#a7faff]"
/* SCSS */
$brand: #a7faff;
/* SwiftUI */
Color(red: 0.655, green: 0.980, blue: 1.000)
/* Android */
Color.parseColor("#a7faff")Accessibility — WCAG contrast
Aa
#a7faff on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7faff on black: 17.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green98.0%
Blue100.0%
CMYK percentages
Cyan34.5%
Magenta2.0%
Yellow0.0%
Key (black)0.0%
Color previews
#a7faff text on a black background
contrast 17.76:1
Card sample
#a7faff text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7faff;
Background color
Panel with #a7faff background
background-color: #a7faff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7faff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 250, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 250, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7faff; background: linear-gradient(135deg, #a7faff, #A7BFFF);