#b0a7dc
a light, soft blue · warm · closest name: plum
RGB
176, 167, 220
HSL
250°, 43%, 76%
CMYK
20, 24, 0, 14
Luminance
0.4203
Every format
| HEX | #b0a7dc |
| RGB | rgb(176, 167, 220) |
| HSL | hsl(250, 43%, 76%) |
| CMYK | cmyk(20%, 24%, 0%, 14%) |
| LAB | lab(70.9 14.1 -25.6) |
| LCH | lch(70.9 29.2 298.9) |
| OKLCH | oklch(0.754 0.076 292.3) |
Copy-ready code
/* CSS */
color: #b0a7dc;
background-color: #b0a7dc;
/* Tailwind (arbitrary) */
class="text-[#b0a7dc] bg-[#b0a7dc]"
/* SCSS */
$brand: #b0a7dc;
/* SwiftUI */
Color(red: 0.690, green: 0.655, blue: 0.863)
/* Android */
Color.parseColor("#b0a7dc")Accessibility — WCAG contrast
Aa
#b0a7dc on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0a7dc on black: 9.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green65.5%
Blue86.3%
CMYK percentages
Cyan20.0%
Magenta24.1%
Yellow0.0%
Key (black)13.7%
Color previews
#b0a7dc text on a black background
contrast 9.41:1
Card sample
#b0a7dc text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0a7dc;
Background color
Panel with #b0a7dc background
background-color: #b0a7dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0a7dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 167, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 167, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0a7dc; background: linear-gradient(135deg, #b0a7dc, #D3A7DC);