#a7cfdf
a light, vivid cyan · cool · closest name: skyblue
RGB
167, 207, 223
HSL
197°, 47%, 77%
CMYK
25, 7, 0, 13
Luminance
0.5817
Every format
| HEX | #a7cfdf |
| RGB | rgb(167, 207, 223) |
| HSL | hsl(197, 47%, 77%) |
| CMYK | cmyk(25%, 7%, 0%, 13%) |
| LAB | lab(80.8 -9.6 -12.2) |
| LCH | lch(80.8 15.5 232.0) |
| OKLCH | oklch(0.831 0.048 224.2) |
Copy-ready code
/* CSS */
color: #a7cfdf;
background-color: #a7cfdf;
/* Tailwind (arbitrary) */
class="text-[#a7cfdf] bg-[#a7cfdf]"
/* SCSS */
$brand: #a7cfdf;
/* SwiftUI */
Color(red: 0.655, green: 0.812, blue: 0.875)
/* Android */
Color.parseColor("#a7cfdf")Accessibility — WCAG contrast
Aa
#a7cfdf on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7cfdf on black: 12.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green81.2%
Blue87.5%
CMYK percentages
Cyan25.1%
Magenta7.2%
Yellow0.0%
Key (black)12.5%
Color previews
#a7cfdf text on a black background
contrast 12.63:1
Card sample
#a7cfdf text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7cfdf;
Background color
Panel with #a7cfdf background
background-color: #a7cfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7cfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 207, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 207, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7cfdf; background: linear-gradient(135deg, #a7cfdf, #A7AADF);