#a0bfcf
a light, soft blue · cool · closest name: skyblue
RGB
160, 191, 207
HSL
200°, 33%, 72%
CMYK
23, 8, 0, 19
Luminance
0.4924
Every format
| HEX | #a0bfcf |
| RGB | rgb(160, 191, 207) |
| HSL | hsl(200, 33%, 72%) |
| CMYK | cmyk(23%, 8%, 0%, 19%) |
| LAB | lab(75.6 -6.9 -11.5) |
| LCH | lch(75.6 13.4 239.0) |
| OKLCH | oklch(0.787 0.041 230.4) |
Copy-ready code
/* CSS */
color: #a0bfcf;
background-color: #a0bfcf;
/* Tailwind (arbitrary) */
class="text-[#a0bfcf] bg-[#a0bfcf]"
/* SCSS */
$brand: #a0bfcf;
/* SwiftUI */
Color(red: 0.627, green: 0.749, blue: 0.812)
/* Android */
Color.parseColor("#a0bfcf")Accessibility — WCAG contrast
Aa
#a0bfcf on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a0bfcf on black: 10.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green74.9%
Blue81.2%
CMYK percentages
Cyan22.7%
Magenta7.7%
Yellow0.0%
Key (black)18.8%
Color previews
#a0bfcf text on a black background
contrast 10.85:1
Card sample
#a0bfcf text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0bfcf;
Background color
Panel with #a0bfcf background
background-color: #a0bfcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0bfcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 191, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 191, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0bfcf; background: linear-gradient(135deg, #a0bfcf, #A0A0CF);