#acb9cf
a light, soft blue · cool · closest name: silver
RGB
172, 185, 207
HSL
218°, 27%, 74%
CMYK
17, 11, 0, 19
Luminance
0.4797
Every format
| HEX | #acb9cf |
| RGB | rgb(172, 185, 207) |
| HSL | hsl(218, 27%, 74%) |
| CMYK | cmyk(17%, 11%, 0%, 19%) |
| LAB | lab(74.8 0.1 -12.6) |
| LCH | lch(74.8 12.6 270.3) |
| OKLCH | oklch(0.783 0.035 261.0) |
Copy-ready code
/* CSS */
color: #acb9cf;
background-color: #acb9cf;
/* Tailwind (arbitrary) */
class="text-[#acb9cf] bg-[#acb9cf]"
/* SCSS */
$brand: #acb9cf;
/* SwiftUI */
Color(red: 0.675, green: 0.725, blue: 0.812)
/* Android */
Color.parseColor("#acb9cf")Accessibility — WCAG contrast
Aa
#acb9cf on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acb9cf on black: 10.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green72.5%
Blue81.2%
CMYK percentages
Cyan16.9%
Magenta10.6%
Yellow0.0%
Key (black)18.8%
Color previews
#acb9cf text on a black background
contrast 10.59:1
Card sample
#acb9cf text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acb9cf;
Background color
Panel with #acb9cf background
background-color: #acb9cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acb9cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 185, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 185, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acb9cf; background: linear-gradient(135deg, #acb9cf, #B6ACCF);