#b3bfdb
a light, soft blue · cool · closest name: silver
RGB
179, 191, 219
HSL
222°, 36%, 78%
CMYK
18, 13, 0, 14
Luminance
0.5196
Every format
| HEX | #b3bfdb |
| RGB | rgb(179, 191, 219) |
| HSL | hsl(222, 36%, 78%) |
| CMYK | cmyk(18%, 13%, 0%, 14%) |
| LAB | lab(77.3 1.7 -15.4) |
| LCH | lch(77.3 15.5 276.2) |
| OKLCH | oklch(0.804 0.042 267.0) |
Copy-ready code
/* CSS */
color: #b3bfdb;
background-color: #b3bfdb;
/* Tailwind (arbitrary) */
class="text-[#b3bfdb] bg-[#b3bfdb]"
/* SCSS */
$brand: #b3bfdb;
/* SwiftUI */
Color(red: 0.702, green: 0.749, blue: 0.859)
/* Android */
Color.parseColor("#b3bfdb")Accessibility — WCAG contrast
Aa
#b3bfdb on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3bfdb on black: 11.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green74.9%
Blue85.9%
CMYK percentages
Cyan18.3%
Magenta12.8%
Yellow0.0%
Key (black)14.1%
Color previews
#b3bfdb text on a black background
contrast 11.39:1
Card sample
#b3bfdb text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3bfdb;
Background color
Panel with #b3bfdb background
background-color: #b3bfdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3bfdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 191, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 191, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3bfdb; background: linear-gradient(135deg, #b3bfdb, #C2B3DB);