#acbbce
a light, soft blue · cool · closest name: silver
RGB
172, 187, 206
HSL
214°, 26%, 74%
CMYK
17, 9, 0, 19
Luminance
0.4877
Every format
| HEX | #acbbce |
| RGB | rgb(172, 187, 206) |
| HSL | hsl(214, 26%, 74%) |
| CMYK | cmyk(17%, 9%, 0%, 19%) |
| LAB | lab(75.3 -1.2 -11.3) |
| LCH | lch(75.3 11.4 263.8) |
| OKLCH | oklch(0.787 0.032 254.4) |
Copy-ready code
/* CSS */
color: #acbbce;
background-color: #acbbce;
/* Tailwind (arbitrary) */
class="text-[#acbbce] bg-[#acbbce]"
/* SCSS */
$brand: #acbbce;
/* SwiftUI */
Color(red: 0.675, green: 0.733, blue: 0.808)
/* Android */
Color.parseColor("#acbbce")Accessibility — WCAG contrast
Aa
#acbbce on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acbbce on black: 10.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green73.3%
Blue80.8%
CMYK percentages
Cyan16.5%
Magenta9.2%
Yellow0.0%
Key (black)19.2%
Color previews
#acbbce text on a black background
contrast 10.75:1
Card sample
#acbbce text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acbbce;
Background color
Panel with #acbbce background
background-color: #acbbce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acbbce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 187, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 187, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acbbce; background: linear-gradient(135deg, #acbbce, #B4ACCE);