#b8adcf
a light, soft violet · warm · closest name: silver
RGB
184, 173, 207
HSL
259°, 26%, 75%
CMYK
11, 16, 0, 19
Luminance
0.4458
Every format
| HEX | #b8adcf |
| RGB | rgb(184, 173, 207) |
| HSL | hsl(259, 26%, 75%) |
| CMYK | cmyk(11%, 16%, 0%, 19%) |
| LAB | lab(72.6 10.5 -15.8) |
| LCH | lch(72.6 19.0 303.7) |
| OKLCH | oklch(0.768 0.049 300.0) |
Copy-ready code
/* CSS */
color: #b8adcf;
background-color: #b8adcf;
/* Tailwind (arbitrary) */
class="text-[#b8adcf] bg-[#b8adcf]"
/* SCSS */
$brand: #b8adcf;
/* SwiftUI */
Color(red: 0.722, green: 0.678, blue: 0.812)
/* Android */
Color.parseColor("#b8adcf")Accessibility — WCAG contrast
Aa
#b8adcf on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8adcf on black: 9.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green67.8%
Blue81.2%
CMYK percentages
Cyan11.1%
Magenta16.4%
Yellow0.0%
Key (black)18.8%
Color previews
#b8adcf text on a black background
contrast 9.92:1
Card sample
#b8adcf text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8adcf;
Background color
Panel with #b8adcf background
background-color: #b8adcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8adcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 173, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 173, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8adcf; background: linear-gradient(135deg, #b8adcf, #CFADCF);