#a2bccf
a light, soft blue · cool · closest name: silver
RGB
162, 188, 207
HSL
205°, 32%, 72%
CMYK
22, 9, 0, 19
Luminance
0.4815
Every format
| HEX | #a2bccf |
| RGB | rgb(162, 188, 207) |
| HSL | hsl(205, 32%, 72%) |
| CMYK | cmyk(22%, 9%, 0%, 19%) |
| LAB | lab(74.9 -4.7 -12.5) |
| LCH | lch(74.9 13.3 249.4) |
| OKLCH | oklch(0.782 0.039 239.8) |
Copy-ready code
/* CSS */
color: #a2bccf;
background-color: #a2bccf;
/* Tailwind (arbitrary) */
class="text-[#a2bccf] bg-[#a2bccf]"
/* SCSS */
$brand: #a2bccf;
/* SwiftUI */
Color(red: 0.635, green: 0.737, blue: 0.812)
/* Android */
Color.parseColor("#a2bccf")Accessibility — WCAG contrast
Aa
#a2bccf on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2bccf on black: 10.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green73.7%
Blue81.2%
CMYK percentages
Cyan21.7%
Magenta9.2%
Yellow0.0%
Key (black)18.8%
Color previews
#a2bccf text on a black background
contrast 10.63:1
Card sample
#a2bccf text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2bccf;
Background color
Panel with #a2bccf background
background-color: #a2bccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2bccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 188, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 188, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2bccf; background: linear-gradient(135deg, #a2bccf, #A6A2CF);