#b2c4db
a light, soft blue · cool · closest name: silver
RGB
178, 196, 219
HSL
214°, 36%, 78%
CMYK
19, 11, 0, 14
Luminance
0.5406
Every format
| HEX | #b2c4db |
| RGB | rgb(178, 196, 219) |
| HSL | hsl(214, 36%, 78%) |
| CMYK | cmyk(19%, 11%, 0%, 14%) |
| LAB | lab(78.5 -1.3 -13.5) |
| LCH | lch(78.5 13.6 264.4) |
| OKLCH | oklch(0.814 0.038 254.6) |
Copy-ready code
/* CSS */
color: #b2c4db;
background-color: #b2c4db;
/* Tailwind (arbitrary) */
class="text-[#b2c4db] bg-[#b2c4db]"
/* SCSS */
$brand: #b2c4db;
/* SwiftUI */
Color(red: 0.698, green: 0.769, blue: 0.859)
/* Android */
Color.parseColor("#b2c4db")Accessibility — WCAG contrast
Aa
#b2c4db on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2c4db on black: 11.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green76.9%
Blue85.9%
CMYK percentages
Cyan18.7%
Magenta10.5%
Yellow0.0%
Key (black)14.1%
Color previews
#b2c4db text on a black background
contrast 11.81:1
Card sample
#b2c4db text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2c4db;
Background color
Panel with #b2c4db background
background-color: #b2c4db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2c4db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 196, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 196, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2c4db; background: linear-gradient(135deg, #b2c4db, #BBB2DB);