#b0c5cf
a light, soft cyan · cool · closest name: silver
RGB
176, 197, 207
HSL
199°, 24%, 75%
CMYK
15, 5, 0, 19
Luminance
0.5367
Every format
| HEX | #b0c5cf |
| RGB | rgb(176, 197, 207) |
| HSL | hsl(199, 24%, 75%) |
| CMYK | cmyk(15%, 5%, 0%, 19%) |
| LAB | lab(78.3 -5.0 -7.4) |
| LCH | lch(78.3 9.0 235.7) |
| OKLCH | oklch(0.811 0.027 228.0) |
Copy-ready code
/* CSS */
color: #b0c5cf;
background-color: #b0c5cf;
/* Tailwind (arbitrary) */
class="text-[#b0c5cf] bg-[#b0c5cf]"
/* SCSS */
$brand: #b0c5cf;
/* SwiftUI */
Color(red: 0.690, green: 0.773, blue: 0.812)
/* Android */
Color.parseColor("#b0c5cf")Accessibility — WCAG contrast
Aa
#b0c5cf on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0c5cf on black: 11.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green77.3%
Blue81.2%
CMYK percentages
Cyan15.0%
Magenta4.8%
Yellow0.0%
Key (black)18.8%
Color previews
#b0c5cf text on a black background
contrast 11.73:1
Card sample
#b0c5cf text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0c5cf;
Background color
Panel with #b0c5cf background
background-color: #b0c5cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0c5cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 197, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 197, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0c5cf; background: linear-gradient(135deg, #b0c5cf, #B0B0CF);