#b2cbdb
a light, soft blue · cool · closest name: silver
RGB
178, 203, 219
HSL
203°, 36%, 78%
CMYK
19, 7, 0, 14
Luminance
0.5729
Every format
| HEX | #b2cbdb |
| RGB | rgb(178, 203, 219) |
| HSL | hsl(203, 36%, 78%) |
| CMYK | cmyk(19%, 7%, 0%, 14%) |
| LAB | lab(80.3 -5.0 -10.8) |
| LCH | lch(80.3 11.9 244.9) |
| OKLCH | oklch(0.829 0.035 236.0) |
Copy-ready code
/* CSS */
color: #b2cbdb;
background-color: #b2cbdb;
/* Tailwind (arbitrary) */
class="text-[#b2cbdb] bg-[#b2cbdb]"
/* SCSS */
$brand: #b2cbdb;
/* SwiftUI */
Color(red: 0.698, green: 0.796, blue: 0.859)
/* Android */
Color.parseColor("#b2cbdb")Accessibility — WCAG contrast
Aa
#b2cbdb on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2cbdb on black: 12.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green79.6%
Blue85.9%
CMYK percentages
Cyan18.7%
Magenta7.3%
Yellow0.0%
Key (black)14.1%
Color previews
#b2cbdb text on a black background
contrast 12.46:1
Card sample
#b2cbdb text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2cbdb;
Background color
Panel with #b2cbdb background
background-color: #b2cbdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2cbdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 203, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 203, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2cbdb; background: linear-gradient(135deg, #b2cbdb, #B4B2DB);