#b2adc2
a light, muted blue · warm · closest name: silver
RGB
178, 173, 194
HSL
254°, 15%, 72%
CMYK
8, 11, 0, 24
Luminance
0.4325
Every format
| HEX | #b2adc2 |
| RGB | rgb(178, 173, 194) |
| HSL | hsl(254, 15%, 72%) |
| CMYK | cmyk(8%, 11%, 0%, 24%) |
| LAB | lab(71.7 5.8 -10.1) |
| LCH | lch(71.7 11.6 300.2) |
| OKLCH | oklch(0.758 0.030 296.6) |
Copy-ready code
/* CSS */
color: #b2adc2;
background-color: #b2adc2;
/* Tailwind (arbitrary) */
class="text-[#b2adc2] bg-[#b2adc2]"
/* SCSS */
$brand: #b2adc2;
/* SwiftUI */
Color(red: 0.698, green: 0.678, blue: 0.761)
/* Android */
Color.parseColor("#b2adc2")Accessibility — WCAG contrast
Aa
#b2adc2 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2adc2 on black: 9.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green67.8%
Blue76.1%
CMYK percentages
Cyan8.2%
Magenta10.8%
Yellow0.0%
Key (black)23.9%
Color previews
#b2adc2 text on a black background
contrast 9.65:1
Card sample
#b2adc2 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2adc2;
Background color
Panel with #b2adc2 background
background-color: #b2adc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2adc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 173, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 173, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2adc2; background: linear-gradient(135deg, #b2adc2, #C0ADC2);