#b3c3db
a light, soft blue · cool · closest name: silver
RGB
179, 195, 219
HSL
216°, 36%, 78%
CMYK
18, 11, 0, 14
Luminance
0.5373
Every format
| HEX | #b3c3db |
| RGB | rgb(179, 195, 219) |
| HSL | hsl(216, 36%, 78%) |
| CMYK | cmyk(18%, 11%, 0%, 14%) |
| LAB | lab(78.3 -0.5 -13.8) |
| LCH | lch(78.3 13.8 268.0) |
| OKLCH | oklch(0.813 0.038 258.4) |
Copy-ready code
/* CSS */
color: #b3c3db;
background-color: #b3c3db;
/* Tailwind (arbitrary) */
class="text-[#b3c3db] bg-[#b3c3db]"
/* SCSS */
$brand: #b3c3db;
/* SwiftUI */
Color(red: 0.702, green: 0.765, blue: 0.859)
/* Android */
Color.parseColor("#b3c3db")Accessibility — WCAG contrast
Aa
#b3c3db on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3c3db on black: 11.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green76.5%
Blue85.9%
CMYK percentages
Cyan18.3%
Magenta11.0%
Yellow0.0%
Key (black)14.1%
Color previews
#b3c3db text on a black background
contrast 11.75:1
Card sample
#b3c3db text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3c3db;
Background color
Panel with #b3c3db background
background-color: #b3c3db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3c3db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 195, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 195, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3c3db; background: linear-gradient(135deg, #b3c3db, #BEB3DB);