#b9caca
a light, muted cyan · cool · closest name: silver
RGB
185, 202, 202
HSL
180°, 14%, 76%
CMYK
8, 0, 0, 21
Luminance
0.5682
Every format
| HEX | #b9caca |
| RGB | rgb(185, 202, 202) |
| HSL | hsl(180, 14%, 76%) |
| CMYK | cmyk(8%, 0%, 0%, 21%) |
| LAB | lab(80.1 -5.8 -2.0) |
| LCH | lch(80.1 6.1 198.9) |
| OKLCH | oklch(0.826 0.018 196.8) |
Copy-ready code
/* CSS */
color: #b9caca;
background-color: #b9caca;
/* Tailwind (arbitrary) */
class="text-[#b9caca] bg-[#b9caca]"
/* SCSS */
$brand: #b9caca;
/* SwiftUI */
Color(red: 0.725, green: 0.792, blue: 0.792)
/* Android */
Color.parseColor("#b9caca")Accessibility — WCAG contrast
Aa
#b9caca on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9caca on black: 12.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green79.2%
Blue79.2%
CMYK percentages
Cyan8.4%
Magenta0.0%
Yellow0.0%
Key (black)20.8%
Color previews
#b9caca text on a black background
contrast 12.36:1
Card sample
#b9caca text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9caca;
Background color
Panel with #b9caca background
background-color: #b9caca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9caca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 202, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 202, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9caca; background: linear-gradient(135deg, #b9caca, #B9BFCA);