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