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