#b8adc2
a light, muted violet · warm · closest name: silver
RGB
184, 173, 194
HSL
271°, 15%, 72%
CMYK
5, 11, 0, 24
Luminance
0.4397
Every format
| HEX | #b8adc2 |
| RGB | rgb(184, 173, 194) |
| HSL | hsl(271, 15%, 72%) |
| CMYK | cmyk(5%, 11%, 0%, 24%) |
| LAB | lab(72.2 7.9 -9.3) |
| LCH | lch(72.2 12.2 310.4) |
| OKLCH | oklch(0.763 0.032 309.0) |
Copy-ready code
/* CSS */
color: #b8adc2;
background-color: #b8adc2;
/* Tailwind (arbitrary) */
class="text-[#b8adc2] bg-[#b8adc2]"
/* SCSS */
$brand: #b8adc2;
/* SwiftUI */
Color(red: 0.722, green: 0.678, blue: 0.761)
/* Android */
Color.parseColor("#b8adc2")Accessibility — WCAG contrast
Aa
#b8adc2 on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8adc2 on black: 9.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green67.8%
Blue76.1%
CMYK percentages
Cyan5.2%
Magenta10.8%
Yellow0.0%
Key (black)23.9%
Color previews
#b8adc2 text on a black background
contrast 9.79:1
Card sample
#b8adc2 text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8adc2;
Background color
Panel with #b8adc2 background
background-color: #b8adc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8adc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 173, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 173, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8adc2; background: linear-gradient(135deg, #b8adc2, #C2ADBE);