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