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