#b3accf
a light, soft blue · warm · closest name: silver
RGB
179, 172, 207
HSL
252°, 27%, 74%
CMYK
14, 17, 0, 19
Luminance
0.4359
Every format
| HEX | #b3accf |
| RGB | rgb(179, 172, 207) |
| HSL | hsl(252, 27%, 74%) |
| CMYK | cmyk(14%, 17%, 0%, 19%) |
| LAB | lab(72.0 9.4 -16.8) |
| LCH | lch(72.0 19.3 299.3) |
| OKLCH | oklch(0.762 0.050 294.3) |
Copy-ready code
/* CSS */
color: #b3accf;
background-color: #b3accf;
/* Tailwind (arbitrary) */
class="text-[#b3accf] bg-[#b3accf]"
/* SCSS */
$brand: #b3accf;
/* SwiftUI */
Color(red: 0.702, green: 0.675, blue: 0.812)
/* Android */
Color.parseColor("#b3accf")Accessibility — WCAG contrast
Aa
#b3accf on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3accf on black: 9.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green67.5%
Blue81.2%
CMYK percentages
Cyan13.5%
Magenta16.9%
Yellow0.0%
Key (black)18.8%
Color previews
#b3accf text on a black background
contrast 9.72:1
Card sample
#b3accf text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3accf;
Background color
Panel with #b3accf background
background-color: #b3accf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3accf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 172, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 172, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3accf; background: linear-gradient(135deg, #b3accf, #CAACCF);