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