#abbecf
a light, soft blue · cool · closest name: silver
RGB
171, 190, 207
HSL
208°, 27%, 74%
CMYK
17, 8, 0, 19
Luminance
0.4999
Every format
| HEX | #abbecf |
| RGB | rgb(171, 190, 207) |
| HSL | hsl(208, 27%, 74%) |
| CMYK | cmyk(17%, 8%, 0%, 19%) |
| LAB | lab(76.1 -2.9 -10.7) |
| LCH | lch(76.1 11.1 254.7) |
| OKLCH | oklch(0.792 0.032 245.2) |
Copy-ready code
/* CSS */
color: #abbecf;
background-color: #abbecf;
/* Tailwind (arbitrary) */
class="text-[#abbecf] bg-[#abbecf]"
/* SCSS */
$brand: #abbecf;
/* SwiftUI */
Color(red: 0.671, green: 0.745, blue: 0.812)
/* Android */
Color.parseColor("#abbecf")Accessibility — WCAG contrast
Aa
#abbecf on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abbecf on black: 11.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green74.5%
Blue81.2%
CMYK percentages
Cyan17.4%
Magenta8.2%
Yellow0.0%
Key (black)18.8%
Color previews
#abbecf text on a black background
contrast 11.00:1
Card sample
#abbecf text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abbecf;
Background color
Panel with #abbecf background
background-color: #abbecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abbecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 190, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 190, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abbecf; background: linear-gradient(135deg, #abbecf, #B0ABCF);