#b0ccc7
a light, soft cyan · cool · closest name: silver
RGB
176, 204, 199
HSL
169°, 22%, 75%
CMYK
14, 0, 3, 20
Luminance
0.5654
Every format
| HEX | #b0ccc7 |
| RGB | rgb(176, 204, 199) |
| HSL | hsl(169, 22%, 75%) |
| CMYK | cmyk(14%, 0%, 3%, 20%) |
| LAB | lab(79.9 -10.3 -0.7) |
| LCH | lch(79.9 10.4 183.7) |
| OKLCH | oklch(0.823 0.031 183.6) |
Copy-ready code
/* CSS */
color: #b0ccc7;
background-color: #b0ccc7;
/* Tailwind (arbitrary) */
class="text-[#b0ccc7] bg-[#b0ccc7]"
/* SCSS */
$brand: #b0ccc7;
/* SwiftUI */
Color(red: 0.690, green: 0.800, blue: 0.780)
/* Android */
Color.parseColor("#b0ccc7")Accessibility — WCAG contrast
Aa
#b0ccc7 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0ccc7 on black: 12.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green80.0%
Blue78.0%
CMYK percentages
Cyan13.7%
Magenta0.0%
Yellow2.5%
Key (black)20.0%
Color previews
#b0ccc7 text on a black background
contrast 12.31:1
Card sample
#b0ccc7 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0ccc7;
Background color
Panel with #b0ccc7 background
background-color: #b0ccc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0ccc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 204, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 204, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0ccc7; background: linear-gradient(135deg, #b0ccc7, #B0BECC);