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