#b2ccdf
a light, soft blue · cool · closest name: silver
RGB
178, 204, 223
HSL
205°, 41%, 79%
CMYK
20, 9, 0, 13
Luminance
0.5798
Every format
| HEX | #b2ccdf |
| RGB | rgb(178, 204, 223) |
| HSL | hsl(205, 41%, 79%) |
| CMYK | cmyk(20%, 9%, 0%, 13%) |
| LAB | lab(80.7 -4.7 -12.3) |
| LCH | lch(80.7 13.2 249.2) |
| OKLCH | oklch(0.832 0.039 239.7) |
Copy-ready code
/* CSS */
color: #b2ccdf;
background-color: #b2ccdf;
/* Tailwind (arbitrary) */
class="text-[#b2ccdf] bg-[#b2ccdf]"
/* SCSS */
$brand: #b2ccdf;
/* SwiftUI */
Color(red: 0.698, green: 0.800, blue: 0.875)
/* Android */
Color.parseColor("#b2ccdf")Accessibility — WCAG contrast
Aa
#b2ccdf on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2ccdf on black: 12.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green80.0%
Blue87.5%
CMYK percentages
Cyan20.2%
Magenta8.5%
Yellow0.0%
Key (black)12.5%
Color previews
#b2ccdf text on a black background
contrast 12.60:1
Card sample
#b2ccdf text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2ccdf;
Background color
Panel with #b2ccdf background
background-color: #b2ccdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2ccdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 204, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 204, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2ccdf; background: linear-gradient(135deg, #b2ccdf, #B6B2DF);