#b5accf
a light, soft violet · warm · closest name: silver
RGB
181, 172, 207
HSL
255°, 27%, 74%
CMYK
13, 17, 0, 19
Luminance
0.4383
Every format
| HEX | #b5accf |
| RGB | rgb(181, 172, 207) |
| HSL | hsl(255, 27%, 74%) |
| CMYK | cmyk(13%, 17%, 0%, 19%) |
| LAB | lab(72.1 10.1 -16.6) |
| LCH | lch(72.1 19.4 301.3) |
| OKLCH | oklch(0.763 0.050 297.0) |
Copy-ready code
/* CSS */
color: #b5accf;
background-color: #b5accf;
/* Tailwind (arbitrary) */
class="text-[#b5accf] bg-[#b5accf]"
/* SCSS */
$brand: #b5accf;
/* SwiftUI */
Color(red: 0.710, green: 0.675, blue: 0.812)
/* Android */
Color.parseColor("#b5accf")Accessibility — WCAG contrast
Aa
#b5accf on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5accf on black: 9.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green67.5%
Blue81.2%
CMYK percentages
Cyan12.6%
Magenta16.9%
Yellow0.0%
Key (black)18.8%
Color previews
#b5accf text on a black background
contrast 9.77:1
Card sample
#b5accf text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5accf;
Background color
Panel with #b5accf background
background-color: #b5accf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5accf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 172, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 172, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5accf; background: linear-gradient(135deg, #b5accf, #CCACCF);