#b0c3cc
a light, soft cyan · cool · closest name: silver
RGB
176, 195, 204
HSL
199°, 22%, 75%
CMYK
14, 4, 0, 20
Luminance
0.5262
Every format
| HEX | #b0c3cc |
| RGB | rgb(176, 195, 204) |
| HSL | hsl(199, 22%, 75%) |
| CMYK | cmyk(14%, 4%, 0%, 20%) |
| LAB | lab(77.7 -4.6 -6.7) |
| LCH | lch(77.7 8.1 235.4) |
| OKLCH | oklch(0.805 0.024 227.8) |
Copy-ready code
/* CSS */
color: #b0c3cc;
background-color: #b0c3cc;
/* Tailwind (arbitrary) */
class="text-[#b0c3cc] bg-[#b0c3cc]"
/* SCSS */
$brand: #b0c3cc;
/* SwiftUI */
Color(red: 0.690, green: 0.765, blue: 0.800)
/* Android */
Color.parseColor("#b0c3cc")Accessibility — WCAG contrast
Aa
#b0c3cc on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0c3cc on black: 11.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green76.5%
Blue80.0%
CMYK percentages
Cyan13.7%
Magenta4.4%
Yellow0.0%
Key (black)20.0%
Color previews
#b0c3cc text on a black background
contrast 11.52:1
Card sample
#b0c3cc text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0c3cc;
Background color
Panel with #b0c3cc background
background-color: #b0c3cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0c3cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 195, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 195, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0c3cc; background: linear-gradient(135deg, #b0c3cc, #B0B0CC);