#b0cfd3
a light, soft cyan · cool · closest name: silver
RGB
176, 207, 211
HSL
187°, 29%, 76%
CMYK
17, 2, 0, 17
Luminance
0.5856
Every format
| HEX | #b0cfd3 |
| RGB | rgb(176, 207, 211) |
| HSL | hsl(187, 29%, 76%) |
| CMYK | cmyk(17%, 2%, 0%, 17%) |
| LAB | lab(81.0 -9.4 -5.4) |
| LCH | lch(81.0 10.9 210.0) |
| OKLCH | oklch(0.833 0.034 206.0) |
Copy-ready code
/* CSS */
color: #b0cfd3;
background-color: #b0cfd3;
/* Tailwind (arbitrary) */
class="text-[#b0cfd3] bg-[#b0cfd3]"
/* SCSS */
$brand: #b0cfd3;
/* SwiftUI */
Color(red: 0.690, green: 0.812, blue: 0.827)
/* Android */
Color.parseColor("#b0cfd3")Accessibility — WCAG contrast
Aa
#b0cfd3 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0cfd3 on black: 12.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green81.2%
Blue82.7%
CMYK percentages
Cyan16.6%
Magenta1.9%
Yellow0.0%
Key (black)17.3%
Color previews
#b0cfd3 text on a black background
contrast 12.71:1
Card sample
#b0cfd3 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0cfd3;
Background color
Panel with #b0cfd3 background
background-color: #b0cfd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0cfd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 207, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 207, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0cfd3; background: linear-gradient(135deg, #b0cfd3, #B0B8D3);