#b3c3cf
a light, soft blue · cool · closest name: silver
RGB
179, 195, 207
HSL
206°, 23%, 76%
CMYK
14, 6, 0, 19
Luminance
0.5312
Every format
| HEX | #b3c3cf |
| RGB | rgb(179, 195, 207) |
| HSL | hsl(206, 23%, 76%) |
| CMYK | cmyk(14%, 6%, 0%, 19%) |
| LAB | lab(77.9 -3.0 -7.9) |
| LCH | lch(77.9 8.4 249.0) |
| OKLCH | oklch(0.809 0.024 240.2) |
Copy-ready code
/* CSS */
color: #b3c3cf;
background-color: #b3c3cf;
/* Tailwind (arbitrary) */
class="text-[#b3c3cf] bg-[#b3c3cf]"
/* SCSS */
$brand: #b3c3cf;
/* SwiftUI */
Color(red: 0.702, green: 0.765, blue: 0.812)
/* Android */
Color.parseColor("#b3c3cf")Accessibility — WCAG contrast
Aa
#b3c3cf on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3c3cf on black: 11.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green76.5%
Blue81.2%
CMYK percentages
Cyan13.5%
Magenta5.8%
Yellow0.0%
Key (black)18.8%
Color previews
#b3c3cf text on a black background
contrast 11.62:1
Card sample
#b3c3cf text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3c3cf;
Background color
Panel with #b3c3cf background
background-color: #b3c3cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3c3cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 195, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 195, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3c3cf; background: linear-gradient(135deg, #b3c3cf, #B6B3CF);