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