#b3c2ce
a light, soft blue · cool · closest name: silver
RGB
179, 194, 206
HSL
207°, 22%, 76%
CMYK
13, 6, 0, 19
Luminance
0.5262
Every format
| HEX | #b3c2ce |
| RGB | rgb(179, 194, 206) |
| HSL | hsl(207, 22%, 76%) |
| CMYK | cmyk(13%, 6%, 0%, 19%) |
| LAB | lab(77.7 -2.7 -7.8) |
| LCH | lch(77.7 8.2 250.8) |
| OKLCH | oklch(0.806 0.024 242.0) |
Copy-ready code
/* CSS */
color: #b3c2ce;
background-color: #b3c2ce;
/* Tailwind (arbitrary) */
class="text-[#b3c2ce] bg-[#b3c2ce]"
/* SCSS */
$brand: #b3c2ce;
/* SwiftUI */
Color(red: 0.702, green: 0.761, blue: 0.808)
/* Android */
Color.parseColor("#b3c2ce")Accessibility — WCAG contrast
Aa
#b3c2ce on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3c2ce on black: 11.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green76.1%
Blue80.8%
CMYK percentages
Cyan13.1%
Magenta5.8%
Yellow0.0%
Key (black)19.2%
Color previews
#b3c2ce text on a black background
contrast 11.52:1
Card sample
#b3c2ce text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3c2ce;
Background color
Panel with #b3c2ce background
background-color: #b3c2ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3c2ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 194, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 194, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3c2ce; background: linear-gradient(135deg, #b3c2ce, #B6B3CE);