#becbcf
a light, soft cyan · cool · closest name: silver
RGB
190, 203, 207
HSL
194°, 15%, 78%
CMYK
8, 2, 0, 19
Luminance
0.5816
Every format
| HEX | #becbcf |
| RGB | rgb(190, 203, 207) |
| HSL | hsl(194, 15%, 78%) |
| CMYK | cmyk(8%, 2%, 0%, 19%) |
| LAB | lab(80.8 -3.6 -3.5) |
| LCH | lch(80.8 5.0 224.0) |
| OKLCH | oklch(0.833 0.015 218.1) |
Copy-ready code
/* CSS */
color: #becbcf;
background-color: #becbcf;
/* Tailwind (arbitrary) */
class="text-[#becbcf] bg-[#becbcf]"
/* SCSS */
$brand: #becbcf;
/* SwiftUI */
Color(red: 0.745, green: 0.796, blue: 0.812)
/* Android */
Color.parseColor("#becbcf")Accessibility — WCAG contrast
Aa
#becbcf on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#becbcf on black: 12.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green79.6%
Blue81.2%
CMYK percentages
Cyan8.2%
Magenta1.9%
Yellow0.0%
Key (black)18.8%
Color previews
#becbcf text on a black background
contrast 12.63:1
Card sample
#becbcf text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #becbcf;
Background color
Panel with #becbcf background
background-color: #becbcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #becbcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 203, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 203, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #becbcf; background: linear-gradient(135deg, #becbcf, #BEC0CF);