#becccc
a light, muted cyan · cool · closest name: silver
RGB
190, 204, 204
HSL
180°, 12%, 77%
CMYK
7, 0, 0, 20
Luminance
0.5849
Every format
| HEX | #becccc |
| RGB | rgb(190, 204, 204) |
| HSL | hsl(180, 12%, 77%) |
| CMYK | cmyk(7%, 0%, 0%, 20%) |
| LAB | lab(81.0 -4.7 -1.6) |
| LCH | lch(81.0 5.0 199.1) |
| OKLCH | oklch(0.835 0.015 196.9) |
Copy-ready code
/* CSS */
color: #becccc;
background-color: #becccc;
/* Tailwind (arbitrary) */
class="text-[#becccc] bg-[#becccc]"
/* SCSS */
$brand: #becccc;
/* SwiftUI */
Color(red: 0.745, green: 0.800, blue: 0.800)
/* Android */
Color.parseColor("#becccc")Accessibility — WCAG contrast
Aa
#becccc on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#becccc on black: 12.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green80.0%
Blue80.0%
CMYK percentages
Cyan6.9%
Magenta0.0%
Yellow0.0%
Key (black)20.0%
Color previews
#becccc text on a black background
contrast 12.70:1
Card sample
#becccc text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #becccc;
Background color
Panel with #becccc background
background-color: #becccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #becccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 204, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 204, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #becccc; background: linear-gradient(135deg, #becccc, #BEC3CC);