#b5afd0
a light, soft blue · warm · closest name: silver
RGB
181, 175, 208
HSL
251°, 26%, 75%
CMYK
13, 16, 0, 18
Luminance
0.4504
Every format
| HEX | #b5afd0 |
| RGB | rgb(181, 175, 208) |
| HSL | hsl(251, 26%, 75%) |
| CMYK | cmyk(13%, 16%, 0%, 18%) |
| LAB | lab(72.9 8.6 -15.9) |
| LCH | lch(72.9 18.1 298.5) |
| OKLCH | oklch(0.770 0.047 293.6) |
Copy-ready code
/* CSS */
color: #b5afd0;
background-color: #b5afd0;
/* Tailwind (arbitrary) */
class="text-[#b5afd0] bg-[#b5afd0]"
/* SCSS */
$brand: #b5afd0;
/* SwiftUI */
Color(red: 0.710, green: 0.686, blue: 0.816)
/* Android */
Color.parseColor("#b5afd0")Accessibility — WCAG contrast
Aa
#b5afd0 on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5afd0 on black: 10.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green68.6%
Blue81.6%
CMYK percentages
Cyan13.0%
Magenta15.9%
Yellow0.0%
Key (black)18.4%
Color previews
#b5afd0 text on a black background
contrast 10.01:1
Card sample
#b5afd0 text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5afd0;
Background color
Panel with #b5afd0 background
background-color: #b5afd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5afd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 175, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 175, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5afd0; background: linear-gradient(135deg, #b5afd0, #CBAFD0);