#bbcfca
a light, soft cyan · cool · closest name: silver
RGB
187, 207, 202
HSL
165°, 17%, 77%
CMYK
10, 0, 2, 19
Luminance
0.5945
Every format
| HEX | #bbcfca |
| RGB | rgb(187, 207, 202) |
| HSL | hsl(165, 17%, 77%) |
| CMYK | cmyk(10%, 0%, 2%, 19%) |
| LAB | lab(81.5 -7.7 0.2) |
| LCH | lch(81.5 7.7 178.7) |
| OKLCH | oklch(0.838 0.023 179.1) |
Copy-ready code
/* CSS */
color: #bbcfca;
background-color: #bbcfca;
/* Tailwind (arbitrary) */
class="text-[#bbcfca] bg-[#bbcfca]"
/* SCSS */
$brand: #bbcfca;
/* SwiftUI */
Color(red: 0.733, green: 0.812, blue: 0.792)
/* Android */
Color.parseColor("#bbcfca")Accessibility — WCAG contrast
Aa
#bbcfca on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbcfca on black: 12.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green81.2%
Blue79.2%
CMYK percentages
Cyan9.7%
Magenta0.0%
Yellow2.4%
Key (black)18.8%
Color previews
#bbcfca text on a black background
contrast 12.89:1
Card sample
#bbcfca text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbcfca;
Background color
Panel with #bbcfca background
background-color: #bbcfca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbcfca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 207, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 207, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbcfca; background: linear-gradient(135deg, #bbcfca, #BBC7CF);