#abbacf
a light, soft blue · cool · closest name: silver
RGB
171, 186, 207
HSL
215°, 27%, 74%
CMYK
17, 10, 0, 19
Luminance
0.4828
Every format
| HEX | #abbacf |
| RGB | rgb(171, 186, 207) |
| HSL | hsl(215, 27%, 74%) |
| CMYK | cmyk(17%, 10%, 0%, 19%) |
| LAB | lab(75.0 -0.8 -12.3) |
| LCH | lch(75.0 12.3 266.3) |
| OKLCH | oklch(0.784 0.034 256.8) |
Copy-ready code
/* CSS */
color: #abbacf;
background-color: #abbacf;
/* Tailwind (arbitrary) */
class="text-[#abbacf] bg-[#abbacf]"
/* SCSS */
$brand: #abbacf;
/* SwiftUI */
Color(red: 0.671, green: 0.729, blue: 0.812)
/* Android */
Color.parseColor("#abbacf")Accessibility — WCAG contrast
Aa
#abbacf on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abbacf on black: 10.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green72.9%
Blue81.2%
CMYK percentages
Cyan17.4%
Magenta10.1%
Yellow0.0%
Key (black)18.8%
Color previews
#abbacf text on a black background
contrast 10.66:1
Card sample
#abbacf text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abbacf;
Background color
Panel with #abbacf background
background-color: #abbacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abbacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 186, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 186, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abbacf; background: linear-gradient(135deg, #abbacf, #B4ABCF);