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