#b3b3cf
a light, soft blue · warm · closest name: silver
RGB
179, 179, 207
HSL
240°, 23%, 76%
CMYK
14, 14, 0, 19
Luminance
0.4633
Every format
| HEX | #b3b3cf |
| RGB | rgb(179, 179, 207) |
| HSL | hsl(240, 23%, 76%) |
| CMYK | cmyk(14%, 14%, 0%, 19%) |
| LAB | lab(73.8 5.6 -14.1) |
| LCH | lch(73.8 15.2 291.6) |
| OKLCH | oklch(0.776 0.040 285.4) |
Copy-ready code
/* CSS */
color: #b3b3cf;
background-color: #b3b3cf;
/* Tailwind (arbitrary) */
class="text-[#b3b3cf] bg-[#b3b3cf]"
/* SCSS */
$brand: #b3b3cf;
/* SwiftUI */
Color(red: 0.702, green: 0.702, blue: 0.812)
/* Android */
Color.parseColor("#b3b3cf")Accessibility — WCAG contrast
Aa
#b3b3cf on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3b3cf on black: 10.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green70.2%
Blue81.2%
CMYK percentages
Cyan13.5%
Magenta13.5%
Yellow0.0%
Key (black)18.8%
Color previews
#b3b3cf text on a black background
contrast 10.27:1
Card sample
#b3b3cf text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3b3cf;
Background color
Panel with #b3b3cf background
background-color: #b3b3cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3b3cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 179, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 179, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3b3cf; background: linear-gradient(135deg, #b3b3cf, #C6B3CF);