#b0c5ce
a light, soft cyan · cool · closest name: silver
RGB
176, 197, 206
HSL
198°, 23%, 75%
CMYK
15, 4, 0, 19
Luminance
0.5362
Every format
| HEX | #b0c5ce |
| RGB | rgb(176, 197, 206) |
| HSL | hsl(198, 23%, 75%) |
| CMYK | cmyk(15%, 4%, 0%, 19%) |
| LAB | lab(78.2 -5.3 -6.9) |
| LCH | lch(78.2 8.7 232.7) |
| OKLCH | oklch(0.810 0.026 225.4) |
Copy-ready code
/* CSS */
color: #b0c5ce;
background-color: #b0c5ce;
/* Tailwind (arbitrary) */
class="text-[#b0c5ce] bg-[#b0c5ce]"
/* SCSS */
$brand: #b0c5ce;
/* SwiftUI */
Color(red: 0.690, green: 0.773, blue: 0.808)
/* Android */
Color.parseColor("#b0c5ce")Accessibility — WCAG contrast
Aa
#b0c5ce on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0c5ce on black: 11.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green77.3%
Blue80.8%
CMYK percentages
Cyan14.6%
Magenta4.4%
Yellow0.0%
Key (black)19.2%
Color previews
#b0c5ce text on a black background
contrast 11.72:1
Card sample
#b0c5ce text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0c5ce;
Background color
Panel with #b0c5ce background
background-color: #b0c5ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0c5ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 197, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 197, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0c5ce; background: linear-gradient(135deg, #b0c5ce, #B0B1CE);