#b5c2ce
a light, soft blue · cool · closest name: silver
RGB
181, 194, 206
HSL
209°, 20%, 76%
CMYK
12, 6, 0, 19
Luminance
0.5286
Every format
| HEX | #b5c2ce |
| RGB | rgb(181, 194, 206) |
| HSL | hsl(209, 20%, 76%) |
| CMYK | cmyk(12%, 6%, 0%, 19%) |
| LAB | lab(77.8 -2.0 -7.5) |
| LCH | lch(77.8 7.8 254.8) |
| OKLCH | oklch(0.808 0.022 245.9) |
Copy-ready code
/* CSS */
color: #b5c2ce;
background-color: #b5c2ce;
/* Tailwind (arbitrary) */
class="text-[#b5c2ce] bg-[#b5c2ce]"
/* SCSS */
$brand: #b5c2ce;
/* SwiftUI */
Color(red: 0.710, green: 0.761, blue: 0.808)
/* Android */
Color.parseColor("#b5c2ce")Accessibility — WCAG contrast
Aa
#b5c2ce on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5c2ce on black: 11.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green76.1%
Blue80.8%
CMYK percentages
Cyan12.1%
Magenta5.8%
Yellow0.0%
Key (black)19.2%
Color previews
#b5c2ce text on a black background
contrast 11.57:1
Card sample
#b5c2ce text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5c2ce;
Background color
Panel with #b5c2ce background
background-color: #b5c2ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5c2ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 194, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 194, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5c2ce; background: linear-gradient(135deg, #b5c2ce, #B9B5CE);