#becbba
a light, muted green · cool · closest name: silver
RGB
190, 203, 186
HSL
106°, 14%, 76%
CMYK
6, 0, 8, 20
Luminance
0.5720
Every format
| HEX | #becbba |
| RGB | rgb(190, 203, 186) |
| HSL | hsl(106, 14%, 76%) |
| CMYK | cmyk(6%, 0%, 8%, 20%) |
| LAB | lab(80.3 -7.6 7.0) |
| LCH | lch(80.3 10.3 137.4) |
| OKLCH | oklch(0.827 0.027 138.3) |
Copy-ready code
/* CSS */
color: #becbba;
background-color: #becbba;
/* Tailwind (arbitrary) */
class="text-[#becbba] bg-[#becbba]"
/* SCSS */
$brand: #becbba;
/* SwiftUI */
Color(red: 0.745, green: 0.796, blue: 0.729)
/* Android */
Color.parseColor("#becbba")Accessibility — WCAG contrast
Aa
#becbba on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#becbba on black: 12.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green79.6%
Blue72.9%
CMYK percentages
Cyan6.4%
Magenta0.0%
Yellow8.4%
Key (black)20.4%
Color previews
#becbba text on a black background
contrast 12.44:1
Card sample
#becbba text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #becbba;
Background color
Panel with #becbba background
background-color: #becbba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #becbba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 203, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 203, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #becbba; background: linear-gradient(135deg, #becbba, #BACBC1);