#b3c2cd
a light, soft blue · cool · closest name: silver
RGB
179, 194, 205
HSL
205°, 21%, 75%
CMYK
13, 5, 0, 20
Luminance
0.5258
Every format
| HEX | #b3c2cd |
| RGB | rgb(179, 194, 205) |
| HSL | hsl(205, 21%, 75%) |
| CMYK | cmyk(13%, 5%, 0%, 20%) |
| LAB | lab(77.6 -2.9 -7.3) |
| LCH | lch(77.6 7.8 248.2) |
| OKLCH | oklch(0.806 0.023 239.5) |
Copy-ready code
/* CSS */
color: #b3c2cd;
background-color: #b3c2cd;
/* Tailwind (arbitrary) */
class="text-[#b3c2cd] bg-[#b3c2cd]"
/* SCSS */
$brand: #b3c2cd;
/* SwiftUI */
Color(red: 0.702, green: 0.761, blue: 0.804)
/* Android */
Color.parseColor("#b3c2cd")Accessibility — WCAG contrast
Aa
#b3c2cd on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3c2cd on black: 11.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green76.1%
Blue80.4%
CMYK percentages
Cyan12.7%
Magenta5.4%
Yellow0.0%
Key (black)19.6%
Color previews
#b3c2cd text on a black background
contrast 11.52:1
Card sample
#b3c2cd text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3c2cd;
Background color
Panel with #b3c2cd background
background-color: #b3c2cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3c2cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 194, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 194, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3c2cd; background: linear-gradient(135deg, #b3c2cd, #B5B3CD);