#b4cbdf
a light, soft blue · cool · closest name: silver
RGB
180, 203, 223
HSL
208°, 40%, 79%
CMYK
19, 9, 0, 13
Luminance
0.5774
Every format
| HEX | #b4cbdf |
| RGB | rgb(180, 203, 223) |
| HSL | hsl(208, 40%, 79%) |
| CMYK | cmyk(19%, 9%, 0%, 13%) |
| LAB | lab(80.6 -3.5 -12.5) |
| LCH | lch(80.6 13.0 254.2) |
| OKLCH | oklch(0.831 0.038 244.5) |
Copy-ready code
/* CSS */
color: #b4cbdf;
background-color: #b4cbdf;
/* Tailwind (arbitrary) */
class="text-[#b4cbdf] bg-[#b4cbdf]"
/* SCSS */
$brand: #b4cbdf;
/* SwiftUI */
Color(red: 0.706, green: 0.796, blue: 0.875)
/* Android */
Color.parseColor("#b4cbdf")Accessibility — WCAG contrast
Aa
#b4cbdf on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4cbdf on black: 12.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green79.6%
Blue87.5%
CMYK percentages
Cyan19.3%
Magenta9.0%
Yellow0.0%
Key (black)12.5%
Color previews
#b4cbdf text on a black background
contrast 12.55:1
Card sample
#b4cbdf text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4cbdf;
Background color
Panel with #b4cbdf background
background-color: #b4cbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4cbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 203, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 203, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4cbdf; background: linear-gradient(135deg, #b4cbdf, #BAB4DF);