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