#a7cfda
a light, soft cyan · cool · closest name: skyblue
RGB
167, 207, 218
HSL
193°, 41%, 76%
CMYK
23, 5, 0, 15
Luminance
0.5790
Every format
| HEX | #a7cfda |
| RGB | rgb(167, 207, 218) |
| HSL | hsl(193, 41%, 76%) |
| CMYK | cmyk(23%, 5%, 0%, 15%) |
| LAB | lab(80.7 -10.7 -9.8) |
| LCH | lch(80.7 14.5 222.4) |
| OKLCH | oklch(0.829 0.045 216.3) |
Copy-ready code
/* CSS */
color: #a7cfda;
background-color: #a7cfda;
/* Tailwind (arbitrary) */
class="text-[#a7cfda] bg-[#a7cfda]"
/* SCSS */
$brand: #a7cfda;
/* SwiftUI */
Color(red: 0.655, green: 0.812, blue: 0.855)
/* Android */
Color.parseColor("#a7cfda")Accessibility — WCAG contrast
Aa
#a7cfda on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7cfda on black: 12.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green81.2%
Blue85.5%
CMYK percentages
Cyan23.4%
Magenta5.0%
Yellow0.0%
Key (black)14.5%
Color previews
#a7cfda text on a black background
contrast 12.58:1
Card sample
#a7cfda text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7cfda;
Background color
Panel with #a7cfda background
background-color: #a7cfda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7cfda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 207, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 207, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7cfda; background: linear-gradient(135deg, #a7cfda, #A7ADDA);