#a7bccf
a light, soft blue · cool · closest name: silver
RGB
167, 188, 207
HSL
209°, 29%, 73%
CMYK
19, 9, 0, 19
Luminance
0.4869
Every format
| HEX | #a7bccf |
| RGB | rgb(167, 188, 207) |
| HSL | hsl(209, 29%, 73%) |
| CMYK | cmyk(19%, 9%, 0%, 19%) |
| LAB | lab(75.3 -3.1 -12.0) |
| LCH | lch(75.3 12.4 255.3) |
| OKLCH | oklch(0.785 0.036 245.6) |
Copy-ready code
/* CSS */
color: #a7bccf;
background-color: #a7bccf;
/* Tailwind (arbitrary) */
class="text-[#a7bccf] bg-[#a7bccf]"
/* SCSS */
$brand: #a7bccf;
/* SwiftUI */
Color(red: 0.655, green: 0.737, blue: 0.812)
/* Android */
Color.parseColor("#a7bccf")Accessibility — WCAG contrast
Aa
#a7bccf on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7bccf on black: 10.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green73.7%
Blue81.2%
CMYK percentages
Cyan19.3%
Magenta9.2%
Yellow0.0%
Key (black)18.8%
Color previews
#a7bccf text on a black background
contrast 10.74:1
Card sample
#a7bccf text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7bccf;
Background color
Panel with #a7bccf background
background-color: #a7bccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7bccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 188, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 188, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7bccf; background: linear-gradient(135deg, #a7bccf, #ADA7CF);