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