#becccf
a light, soft cyan · cool · closest name: silver
RGB
190, 204, 207
HSL
191°, 15%, 78%
CMYK
8, 1, 0, 19
Luminance
0.5864
Every format
| HEX | #becccf |
| RGB | rgb(190, 204, 207) |
| HSL | hsl(191, 15%, 78%) |
| CMYK | cmyk(8%, 1%, 0%, 19%) |
| LAB | lab(81.1 -4.2 -3.1) |
| LCH | lch(81.1 5.2 216.9) |
| OKLCH | oklch(0.835 0.016 212.0) |
Copy-ready code
/* CSS */
color: #becccf;
background-color: #becccf;
/* Tailwind (arbitrary) */
class="text-[#becccf] bg-[#becccf]"
/* SCSS */
$brand: #becccf;
/* SwiftUI */
Color(red: 0.745, green: 0.800, blue: 0.812)
/* Android */
Color.parseColor("#becccf")Accessibility — WCAG contrast
Aa
#becccf on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#becccf on black: 12.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green80.0%
Blue81.2%
CMYK percentages
Cyan8.2%
Magenta1.4%
Yellow0.0%
Key (black)18.8%
Color previews
#becccf text on a black background
contrast 12.73:1
Card sample
#becccf text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #becccf;
Background color
Panel with #becccf background
background-color: #becccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #becccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 204, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 204, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #becccf; background: linear-gradient(135deg, #becccf, #BEC1CF);