#abbccf
a light, soft blue · cool · closest name: silver
RGB
171, 188, 207
HSL
212°, 27%, 74%
CMYK
17, 9, 0, 19
Luminance
0.4913
Every format
| HEX | #abbccf |
| RGB | rgb(171, 188, 207) |
| HSL | hsl(212, 27%, 74%) |
| CMYK | cmyk(17%, 9%, 0%, 19%) |
| LAB | lab(75.5 -1.9 -11.5) |
| LCH | lch(75.5 11.7 260.8) |
| OKLCH | oklch(0.788 0.033 251.2) |
Copy-ready code
/* CSS */
color: #abbccf;
background-color: #abbccf;
/* Tailwind (arbitrary) */
class="text-[#abbccf] bg-[#abbccf]"
/* SCSS */
$brand: #abbccf;
/* SwiftUI */
Color(red: 0.671, green: 0.737, blue: 0.812)
/* Android */
Color.parseColor("#abbccf")Accessibility — WCAG contrast
Aa
#abbccf on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abbccf on black: 10.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green73.7%
Blue81.2%
CMYK percentages
Cyan17.4%
Magenta9.2%
Yellow0.0%
Key (black)18.8%
Color previews
#abbccf text on a black background
contrast 10.83:1
Card sample
#abbccf text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abbccf;
Background color
Panel with #abbccf background
background-color: #abbccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abbccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 188, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 188, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abbccf; background: linear-gradient(135deg, #abbccf, #B2ABCF);