#b0cfdc
a light, soft cyan · cool · closest name: silver
RGB
176, 207, 220
HSL
198°, 39%, 78%
CMYK
20, 6, 0, 14
Luminance
0.5902
Every format
| HEX | #b0cfdc |
| RGB | rgb(176, 207, 220) |
| HSL | hsl(198, 39%, 78%) |
| CMYK | cmyk(20%, 6%, 0%, 14%) |
| LAB | lab(81.3 -7.5 -9.9) |
| LCH | lch(81.3 12.4 232.7) |
| OKLCH | oklch(0.836 0.038 225.1) |
Copy-ready code
/* CSS */
color: #b0cfdc;
background-color: #b0cfdc;
/* Tailwind (arbitrary) */
class="text-[#b0cfdc] bg-[#b0cfdc]"
/* SCSS */
$brand: #b0cfdc;
/* SwiftUI */
Color(red: 0.690, green: 0.812, blue: 0.863)
/* Android */
Color.parseColor("#b0cfdc")Accessibility — WCAG contrast
Aa
#b0cfdc on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0cfdc on black: 12.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green81.2%
Blue86.3%
CMYK percentages
Cyan20.0%
Magenta5.9%
Yellow0.0%
Key (black)13.7%
Color previews
#b0cfdc text on a black background
contrast 12.80:1
Card sample
#b0cfdc text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0cfdc;
Background color
Panel with #b0cfdc background
background-color: #b0cfdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0cfdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 207, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 207, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0cfdc; background: linear-gradient(135deg, #b0cfdc, #B0B2DC);