#b0decf
a light, soft cyan · cool · closest name: silver
RGB
176, 222, 207
HSL
160°, 41%, 78%
CMYK
21, 0, 7, 13
Luminance
0.6598
Every format
| HEX | #b0decf |
| RGB | rgb(176, 222, 207) |
| HSL | hsl(160, 41%, 78%) |
| CMYK | cmyk(21%, 0%, 7%, 13%) |
| LAB | lab(85.0 -17.9 2.5) |
| LCH | lch(85.0 18.1 172.2) |
| OKLCH | oklch(0.864 0.052 173.1) |
Copy-ready code
/* CSS */
color: #b0decf;
background-color: #b0decf;
/* Tailwind (arbitrary) */
class="text-[#b0decf] bg-[#b0decf]"
/* SCSS */
$brand: #b0decf;
/* SwiftUI */
Color(red: 0.690, green: 0.871, blue: 0.812)
/* Android */
Color.parseColor("#b0decf")Accessibility — WCAG contrast
Aa
#b0decf on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0decf on black: 14.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green87.1%
Blue81.2%
CMYK percentages
Cyan20.7%
Magenta0.0%
Yellow6.8%
Key (black)12.9%
Color previews
#b0decf text on a black background
contrast 14.20:1
Card sample
#b0decf text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0decf;
Background color
Panel with #b0decf background
background-color: #b0decf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0decf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 222, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 222, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0decf; background: linear-gradient(135deg, #b0decf, #B0CEDE);