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