#b9accf
a light, soft violet · warm · closest name: silver
RGB
185, 172, 207
HSL
262°, 27%, 74%
CMYK
11, 17, 0, 19
Luminance
0.4432
Every format
| HEX | #b9accf |
| RGB | rgb(185, 172, 207) |
| HSL | hsl(262, 27%, 74%) |
| CMYK | cmyk(11%, 17%, 0%, 19%) |
| LAB | lab(72.4 11.4 -16.0) |
| LCH | lch(72.4 19.7 305.4) |
| OKLCH | oklch(0.767 0.051 302.1) |
Copy-ready code
/* CSS */
color: #b9accf;
background-color: #b9accf;
/* Tailwind (arbitrary) */
class="text-[#b9accf] bg-[#b9accf]"
/* SCSS */
$brand: #b9accf;
/* SwiftUI */
Color(red: 0.725, green: 0.675, blue: 0.812)
/* Android */
Color.parseColor("#b9accf")Accessibility — WCAG contrast
Aa
#b9accf on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9accf on black: 9.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green67.5%
Blue81.2%
CMYK percentages
Cyan10.6%
Magenta16.9%
Yellow0.0%
Key (black)18.8%
Color previews
#b9accf text on a black background
contrast 9.86:1
Card sample
#b9accf text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9accf;
Background color
Panel with #b9accf background
background-color: #b9accf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9accf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 172, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 172, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9accf; background: linear-gradient(135deg, #b9accf, #CFACCE);