#b7c2db
a light, soft blue · cool · closest name: silver
RGB
183, 194, 219
HSL
222°, 33%, 79%
CMYK
16, 11, 0, 14
Luminance
0.5377
Every format
| HEX | #b7c2db |
| RGB | rgb(183, 194, 219) |
| HSL | hsl(222, 33%, 79%) |
| CMYK | cmyk(16%, 11%, 0%, 14%) |
| LAB | lab(78.3 1.3 -13.7) |
| LCH | lch(78.3 13.8 275.5) |
| OKLCH | oklch(0.814 0.037 266.6) |
Copy-ready code
/* CSS */
color: #b7c2db;
background-color: #b7c2db;
/* Tailwind (arbitrary) */
class="text-[#b7c2db] bg-[#b7c2db]"
/* SCSS */
$brand: #b7c2db;
/* SwiftUI */
Color(red: 0.718, green: 0.761, blue: 0.859)
/* Android */
Color.parseColor("#b7c2db")Accessibility — WCAG contrast
Aa
#b7c2db on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7c2db on black: 11.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green76.1%
Blue85.9%
CMYK percentages
Cyan16.4%
Magenta11.4%
Yellow0.0%
Key (black)14.1%
Color previews
#b7c2db text on a black background
contrast 11.75:1
Card sample
#b7c2db text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7c2db;
Background color
Panel with #b7c2db background
background-color: #b7c2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7c2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 194, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 194, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7c2db; background: linear-gradient(135deg, #b7c2db, #C4B7DB);