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