#acadbb
a light, muted blue · warm · closest name: silver
RGB
172, 173, 187
HSL
236°, 10%, 70%
CMYK
8, 8, 0, 27
Luminance
0.4225
Every format
| HEX | #acadbb |
| RGB | rgb(172, 173, 187) |
| HSL | hsl(236, 10%, 70%) |
| CMYK | cmyk(8%, 8%, 0%, 27%) |
| LAB | lab(71.0 2.4 -7.3) |
| LCH | lch(71.0 7.6 288.2) |
| OKLCH | oklch(0.751 0.020 282.6) |
Copy-ready code
/* CSS */
color: #acadbb;
background-color: #acadbb;
/* Tailwind (arbitrary) */
class="text-[#acadbb] bg-[#acadbb]"
/* SCSS */
$brand: #acadbb;
/* SwiftUI */
Color(red: 0.675, green: 0.678, blue: 0.733)
/* Android */
Color.parseColor("#acadbb")Accessibility — WCAG contrast
Aa
#acadbb on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acadbb on black: 9.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green67.8%
Blue73.3%
CMYK percentages
Cyan8.0%
Magenta7.5%
Yellow0.0%
Key (black)26.7%
Color previews
#acadbb text on a black background
contrast 9.45:1
Card sample
#acadbb text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acadbb;
Background color
Panel with #acadbb background
background-color: #acadbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acadbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 173, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 173, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acadbb; background: linear-gradient(135deg, #acadbb, #B5ACBB);