#b0c2db
a light, soft blue · cool · closest name: silver
RGB
176, 194, 219
HSL
215°, 37%, 78%
CMYK
20, 11, 0, 14
Luminance
0.5293
Every format
| HEX | #b0c2db |
| RGB | rgb(176, 194, 219) |
| HSL | hsl(215, 37%, 78%) |
| CMYK | cmyk(20%, 11%, 0%, 14%) |
| LAB | lab(77.8 -0.9 -14.5) |
| LCH | lch(77.8 14.6 266.5) |
| OKLCH | oklch(0.808 0.041 256.6) |
Copy-ready code
/* CSS */
color: #b0c2db;
background-color: #b0c2db;
/* Tailwind (arbitrary) */
class="text-[#b0c2db] bg-[#b0c2db]"
/* SCSS */
$brand: #b0c2db;
/* SwiftUI */
Color(red: 0.690, green: 0.761, blue: 0.859)
/* Android */
Color.parseColor("#b0c2db")Accessibility — WCAG contrast
Aa
#b0c2db on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0c2db on black: 11.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green76.1%
Blue85.9%
CMYK percentages
Cyan19.6%
Magenta11.4%
Yellow0.0%
Key (black)14.1%
Color previews
#b0c2db text on a black background
contrast 11.59:1
Card sample
#b0c2db text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0c2db;
Background color
Panel with #b0c2db background
background-color: #b0c2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0c2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 194, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 194, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0c2db; background: linear-gradient(135deg, #b0c2db, #BBB0DB);