#b5c2db
a light, soft blue · cool · closest name: silver
RGB
181, 194, 219
HSL
220°, 35%, 78%
CMYK
17, 11, 0, 14
Luminance
0.5352
Every format
| HEX | #b5c2db |
| RGB | rgb(181, 194, 219) |
| HSL | hsl(220, 35%, 78%) |
| CMYK | cmyk(17%, 11%, 0%, 14%) |
| LAB | lab(78.2 0.7 -14.0) |
| LCH | lch(78.2 14.0 272.8) |
| OKLCH | oklch(0.812 0.038 263.6) |
Copy-ready code
/* CSS */
color: #b5c2db;
background-color: #b5c2db;
/* Tailwind (arbitrary) */
class="text-[#b5c2db] bg-[#b5c2db]"
/* SCSS */
$brand: #b5c2db;
/* SwiftUI */
Color(red: 0.710, green: 0.761, blue: 0.859)
/* Android */
Color.parseColor("#b5c2db")Accessibility — WCAG contrast
Aa
#b5c2db on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5c2db on black: 11.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green76.1%
Blue85.9%
CMYK percentages
Cyan17.4%
Magenta11.4%
Yellow0.0%
Key (black)14.1%
Color previews
#b5c2db text on a black background
contrast 11.70:1
Card sample
#b5c2db text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5c2db;
Background color
Panel with #b5c2db background
background-color: #b5c2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5c2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 194, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 194, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5c2db; background: linear-gradient(135deg, #b5c2db, #C1B5DB);