#becdbf
a light, muted green · cool · closest name: silver
RGB
190, 205, 191
HSL
124°, 13%, 78%
CMYK
7, 0, 7, 20
Luminance
0.5837
Every format
| HEX | #becdbf |
| RGB | rgb(190, 205, 191) |
| HSL | hsl(124, 13%, 78%) |
| CMYK | cmyk(7%, 0%, 7%, 20%) |
| LAB | lab(80.9 -7.7 5.2) |
| LCH | lch(80.9 9.3 145.9) |
| OKLCH | oklch(0.833 0.025 147.2) |
Copy-ready code
/* CSS */
color: #becdbf;
background-color: #becdbf;
/* Tailwind (arbitrary) */
class="text-[#becdbf] bg-[#becdbf]"
/* SCSS */
$brand: #becdbf;
/* SwiftUI */
Color(red: 0.745, green: 0.804, blue: 0.749)
/* Android */
Color.parseColor("#becdbf")Accessibility — WCAG contrast
Aa
#becdbf on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#becdbf on black: 12.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green80.4%
Blue74.9%
CMYK percentages
Cyan7.3%
Magenta0.0%
Yellow6.8%
Key (black)19.6%
Color previews
#becdbf text on a black background
contrast 12.67:1
Card sample
#becdbf text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #becdbf;
Background color
Panel with #becdbf background
background-color: #becdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #becdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 205, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 205, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #becdbf; background: linear-gradient(135deg, #becdbf, #BECDC9);