#acb5cf
a light, soft blue · cool · closest name: silver
RGB
172, 181, 207
HSL
225°, 27%, 74%
CMYK
17, 13, 0, 19
Luminance
0.4632
Every format
| HEX | #acb5cf |
| RGB | rgb(172, 181, 207) |
| HSL | hsl(225, 27%, 74%) |
| CMYK | cmyk(17%, 13%, 0%, 19%) |
| LAB | lab(73.8 2.2 -14.2) |
| LCH | lch(73.8 14.3 279.0) |
| OKLCH | oklch(0.774 0.038 270.4) |
Copy-ready code
/* CSS */
color: #acb5cf;
background-color: #acb5cf;
/* Tailwind (arbitrary) */
class="text-[#acb5cf] bg-[#acb5cf]"
/* SCSS */
$brand: #acb5cf;
/* SwiftUI */
Color(red: 0.675, green: 0.710, blue: 0.812)
/* Android */
Color.parseColor("#acb5cf")Accessibility — WCAG contrast
Aa
#acb5cf on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acb5cf on black: 10.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green71.0%
Blue81.2%
CMYK percentages
Cyan16.9%
Magenta12.6%
Yellow0.0%
Key (black)18.8%
Color previews
#acb5cf text on a black background
contrast 10.26:1
Card sample
#acb5cf text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acb5cf;
Background color
Panel with #acb5cf background
background-color: #acb5cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acb5cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 181, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 181, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acb5cf; background: linear-gradient(135deg, #acb5cf, #BAACCF);