#b0cfd7
a light, soft cyan · cool · closest name: silver
RGB
176, 207, 215
HSL
192°, 33%, 77%
CMYK
18, 4, 0, 16
Luminance
0.5876
Every format
| HEX | #b0cfd7 |
| RGB | rgb(176, 207, 215) |
| HSL | hsl(192, 33%, 77%) |
| CMYK | cmyk(18%, 4%, 0%, 16%) |
| LAB | lab(81.2 -8.6 -7.4) |
| LCH | lch(81.2 11.3 220.7) |
| OKLCH | oklch(0.834 0.035 215.1) |
Copy-ready code
/* CSS */
color: #b0cfd7;
background-color: #b0cfd7;
/* Tailwind (arbitrary) */
class="text-[#b0cfd7] bg-[#b0cfd7]"
/* SCSS */
$brand: #b0cfd7;
/* SwiftUI */
Color(red: 0.690, green: 0.812, blue: 0.843)
/* Android */
Color.parseColor("#b0cfd7")Accessibility — WCAG contrast
Aa
#b0cfd7 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0cfd7 on black: 12.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green81.2%
Blue84.3%
CMYK percentages
Cyan18.1%
Magenta3.7%
Yellow0.0%
Key (black)15.7%
Color previews
#b0cfd7 text on a black background
contrast 12.75:1
Card sample
#b0cfd7 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0cfd7;
Background color
Panel with #b0cfd7 background
background-color: #b0cfd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0cfd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 207, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 207, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0cfd7; background: linear-gradient(135deg, #b0cfd7, #B0B5D7);