#bec2cd
a light, muted blue · cool · closest name: silver
RGB
190, 194, 205
HSL
224°, 13%, 78%
CMYK
7, 5, 0, 20
Luminance
0.5394
Every format
| HEX | #bec2cd |
| RGB | rgb(190, 194, 205) |
| HSL | hsl(224, 13%, 78%) |
| CMYK | cmyk(7%, 5%, 0%, 20%) |
| LAB | lab(78.4 0.7 -6.0) |
| LCH | lch(78.4 6.0 277.0) |
| OKLCH | oklch(0.814 0.016 270.0) |
Copy-ready code
/* CSS */
color: #bec2cd;
background-color: #bec2cd;
/* Tailwind (arbitrary) */
class="text-[#bec2cd] bg-[#bec2cd]"
/* SCSS */
$brand: #bec2cd;
/* SwiftUI */
Color(red: 0.745, green: 0.761, blue: 0.804)
/* Android */
Color.parseColor("#bec2cd")Accessibility — WCAG contrast
Aa
#bec2cd on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bec2cd on black: 11.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green76.1%
Blue80.4%
CMYK percentages
Cyan7.3%
Magenta5.4%
Yellow0.0%
Key (black)19.6%
Color previews
#bec2cd text on a black background
contrast 11.79:1
Card sample
#bec2cd text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bec2cd;
Background color
Panel with #bec2cd background
background-color: #bec2cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bec2cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 194, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 194, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bec2cd; background: linear-gradient(135deg, #bec2cd, #C4BECD);