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