#acafba
a light, muted blue · warm · closest name: silver
RGB
172, 175, 186
HSL
227°, 9%, 70%
CMYK
8, 6, 0, 27
Luminance
0.4298
Every format
| HEX | #acafba |
| RGB | rgb(172, 175, 186) |
| HSL | hsl(227, 9%, 70%) |
| CMYK | cmyk(8%, 6%, 0%, 27%) |
| LAB | lab(71.5 1.1 -6.0) |
| LCH | lch(71.5 6.1 280.4) |
| OKLCH | oklch(0.755 0.016 273.8) |
Copy-ready code
/* CSS */
color: #acafba;
background-color: #acafba;
/* Tailwind (arbitrary) */
class="text-[#acafba] bg-[#acafba]"
/* SCSS */
$brand: #acafba;
/* SwiftUI */
Color(red: 0.675, green: 0.686, blue: 0.729)
/* Android */
Color.parseColor("#acafba")Accessibility — WCAG contrast
Aa
#acafba on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acafba on black: 9.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green68.6%
Blue72.9%
CMYK percentages
Cyan7.5%
Magenta5.9%
Yellow0.0%
Key (black)27.1%
Color previews
#acafba text on a black background
contrast 9.60:1
Card sample
#acafba text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acafba;
Background color
Panel with #acafba background
background-color: #acafba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acafba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 175, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 175, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acafba; background: linear-gradient(135deg, #acafba, #B2ACBA);