#b1accf
a light, soft blue · warm · closest name: silver
RGB
177, 172, 207
HSL
249°, 27%, 74%
CMYK
15, 17, 0, 19
Luminance
0.4336
Every format
| HEX | #b1accf |
| RGB | rgb(177, 172, 207) |
| HSL | hsl(249, 27%, 74%) |
| CMYK | cmyk(15%, 17%, 0%, 19%) |
| LAB | lab(71.8 8.8 -17.1) |
| LCH | lch(71.8 19.2 297.2) |
| OKLCH | oklch(0.760 0.050 291.7) |
Copy-ready code
/* CSS */
color: #b1accf;
background-color: #b1accf;
/* Tailwind (arbitrary) */
class="text-[#b1accf] bg-[#b1accf]"
/* SCSS */
$brand: #b1accf;
/* SwiftUI */
Color(red: 0.694, green: 0.675, blue: 0.812)
/* Android */
Color.parseColor("#b1accf")Accessibility — WCAG contrast
Aa
#b1accf on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1accf on black: 9.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green67.5%
Blue81.2%
CMYK percentages
Cyan14.5%
Magenta16.9%
Yellow0.0%
Key (black)18.8%
Color previews
#b1accf text on a black background
contrast 9.67:1
Card sample
#b1accf text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1accf;
Background color
Panel with #b1accf background
background-color: #b1accf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1accf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 172, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 172, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1accf; background: linear-gradient(135deg, #b1accf, #C8ACCF);